azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.cal...

113 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.callautomation.models.SendDtmfTonesOptions"
fullName: "com.azure.communication.callautomation.models.SendDtmfTonesOptions"
name: "SendDtmfTonesOptions"
nameWithType: "SendDtmfTonesOptions"
summary: "The Send<wbr>Dtmf<wbr>Tones<wbr>Options model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **SendDtmfTonesOptions**"
constructors:
- uid: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.SendDtmfTonesOptions(java.util.List<com.azure.communication.callautomation.models.DtmfTone>,com.azure.communication.common.CommunicationIdentifier)"
fullName: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.SendDtmfTonesOptions(List<DtmfTone> tones, CommunicationIdentifier targetParticipant)"
name: "SendDtmfTonesOptions(List<DtmfTone> tones, CommunicationIdentifier targetParticipant)"
nameWithType: "SendDtmfTonesOptions.SendDtmfTonesOptions(List<DtmfTone> tones, CommunicationIdentifier targetParticipant)"
summary: "Constructor to build Send<wbr>Dtmf<wbr>Tones<wbr>Options object"
parameters:
- description: "List of Tones to be sent."
name: "tones"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.communication.callautomation.models.DtmfTone?alt=com.azure.communication.callautomation.models.DtmfTone&text=DtmfTone\" data-throw-if-not-resolved=\"False\" />&gt;"
- description: "The target communication identifier."
name: "targetParticipant"
type: "<xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SendDtmfTonesOptions(List<DtmfTone> tones, CommunicationIdentifier targetParticipant)"
desc: "Constructor to build SendDtmfTonesOptions object"
methods:
- uid: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.getOperationCallbackUrl()"
fullName: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.getOperationCallbackUrl()"
name: "getOperationCallbackUrl()"
nameWithType: "SendDtmfTonesOptions.getOperationCallbackUrl()"
summary: "Get the overridden call back URL override for operation."
syntax: "public String getOperationCallbackUrl()"
desc: "Get the overridden call back URL override for operation."
returns:
description: "the operationCallbackUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.getOperationContext()"
fullName: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.getOperationContext()"
name: "getOperationContext()"
nameWithType: "SendDtmfTonesOptions.getOperationContext()"
summary: "Get the operation<wbr>Context property."
syntax: "public String getOperationContext()"
desc: "Get the operationContext property."
returns:
description: "the operationContext value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.getTargetParticipant()"
fullName: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.getTargetParticipant()"
name: "getTargetParticipant()"
nameWithType: "SendDtmfTonesOptions.getTargetParticipant()"
summary: "Get the target<wbr>Participant property."
syntax: "public CommunicationIdentifier getTargetParticipant()"
desc: "Get the targetParticipant property."
returns:
description: "the targetParticipant value."
type: "<xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.getTones()"
fullName: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.getTones()"
name: "getTones()"
nameWithType: "SendDtmfTonesOptions.getTones()"
summary: "Get the list of Tones to be sent."
syntax: "public List<DtmfTone> getTones()"
desc: "Get the list of Tones to be sent."
returns:
description: "the list of Tones to be sent."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.communication.callautomation.models.DtmfTone?alt=com.azure.communication.callautomation.models.DtmfTone&text=DtmfTone\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.setOperationCallbackUrl(java.lang.String)"
fullName: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.setOperationCallbackUrl(String operationCallbackUrl)"
name: "setOperationCallbackUrl(String operationCallbackUrl)"
nameWithType: "SendDtmfTonesOptions.setOperationCallbackUrl(String operationCallbackUrl)"
summary: "Set a callback URI that overrides the default callback URI set by Create<wbr>Call/Answer<wbr>Call for this operation."
parameters:
- description: "the operationCallbackUrl to set"
name: "operationCallbackUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SendDtmfTonesOptions setOperationCallbackUrl(String operationCallbackUrl)"
desc: "Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used."
returns:
description: "the SendDtmfTonesOptions object itself."
type: "<xref href=\"com.azure.communication.callautomation.models.SendDtmfTonesOptions?alt=com.azure.communication.callautomation.models.SendDtmfTonesOptions&text=SendDtmfTonesOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.setOperationContext(java.lang.String)"
fullName: "com.azure.communication.callautomation.models.SendDtmfTonesOptions.setOperationContext(String operationContext)"
name: "setOperationContext(String operationContext)"
nameWithType: "SendDtmfTonesOptions.setOperationContext(String operationContext)"
summary: "Set the operation<wbr>Context property."
parameters:
- description: "the operationContext value to set."
name: "operationContext"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SendDtmfTonesOptions setOperationContext(String operationContext)"
desc: "Set the operationContext property."
returns:
description: "the PlayOptionsInternal object itself."
type: "<xref href=\"com.azure.communication.callautomation.models.SendDtmfTonesOptions?alt=com.azure.communication.callautomation.models.SendDtmfTonesOptions&text=SendDtmfTonesOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The SendDtmfTonesOptions model."
metadata: {}
package: "com.azure.communication.callautomation.models"
artifact: com.azure:azure-communication-callautomation:1.2.4