Class CreateCallResult
java.lang.Object
com.azure.communication.callautomation.models.CallResult
com.azure.communication.callautomation.models.CreateCallResult
The result of answering a call
-
Constructor Summary
ConstructorsConstructorDescriptionCreateCallResult(CallConnectionProperties callConnectionProperties, CallConnection callConnection, CallConnectionAsync callConnectionAsync) Constructor -
Method Summary
Methods inherited from class com.azure.communication.callautomation.models.CallResult
getCallConnection, getCallConnectionAsync, getCallConnectionProperties
-
Constructor Details
-
CreateCallResult
public CreateCallResult(CallConnectionProperties callConnectionProperties, CallConnection callConnection, CallConnectionAsync callConnectionAsync) Constructor- Parameters:
callConnectionProperties- The callConnectionPropertiescallConnection- The callConnectioncallConnectionAsync- The callConnectionAsync
-