McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 577

↗ View in doc context
page
577
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::543

Comments Data Type Operations Parameter Indicates whether to use the directory handler's custom greeting or the system prompt. Default value is false. Boolean Read/Write UseCustomGreeting Specifies the creation time of the directory handlers. DateTime Read Only CreationTime Specifies the URI to fetch the conversation values which can be used as the ExitConversation String Read Only ExitConversationURI Specifies the URI to fetch the conversation values which can be used as the NoInputConversation. String Read Only NoInputConversationURI Specifies the URI to fetch the conversation values which can be used as the NoSelectionConversation. String Read Only NoSelectionConversationURI Specifies the URI to fetch the conversation values which can be used as the ZeroExitConversation String Read Only ZeroExitConversationURI Specifies the URI for the Directory Handler Stream files which are used as the greeting for the Directory Handler. String Read Only DirectoryHandlerStreamFileURI Cisco Unity Connection Provisioning Interface (CUPI) API--Directory Handler Greeting APIs Directory Handler Greeting APIs Administrator can use this API to create/update/fetch the Directory Handler Greeting. There are three ways to upload the Custom Greeting for the Directory Handler :

  1. Upload a .wav file from the desktop.
  2. Record a recording using CUTI(Cisco Unity Telephony Interface) and upload to the Directory Handler.
  3. Pass the .wav as an inputStream to the Directory Handler.Administrator can use this API to create/update/fetch the directory handler greeting. You can update various attributes of directory handler greeting using this API. Enable Use of Custom Recordings on a Directory Handler Custom Greetings can be enabled on a directory handler using the directory handler API. A PUT operation has to be performed to set the UseCustomGreetings field to True: PUT https://<connection-server>/vmrest/directoryhandlers/<DirectoryhandlerObjectId> <DirectoryHandler> <UseCustomGreeting>true<UseCustomGreeting> </DirectoryHandler> Cisco Unity Connection Provisioning Interface (CUPI) API 545 Cisco Unity Connection Provisioning Interface (CUPI) API--Directory Handler APIs Cisco Unity Connection Provisioning Interface (CUPI) API--Directory Handler Greeting APIs