GreetingResource
Properties
Name | Type | Required | Description |
---|---|---|---|
type_ | GreetingResourceType | ❌ | |
mode | GreetingResourceMode | ❌ | Here Default indicates that all greetings of that type (in all languages) are default. If at least one greeting (in any language) of the specified type is custom, then Custom is returned. |
GreetingResourceType
Properties
Name | Type | Required | Description |
---|---|---|---|
STARTRECORDING | str | ✅ | "StartRecording" |
STOPRECORDING | str | ✅ | "StopRecording" |
AUTOMATICRECORDING | str | ✅ | "AutomaticRecording" |
GreetingResourceMode
Here Default
indicates that all greetings of that type (in all languages) are default. If at least one greeting (in any language) of the specified type is custom, then Custom
is returned.
Properties
Name | Type | Required | Description |
---|---|---|---|
DEFAULT | str | ✅ | "Default" |
CUSTOM | str | ✅ | "Custom" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs