Skip to content

Commit

Permalink
feat(aws-android-sdk-connect): update models to latest (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
awsmobilesdk authored Mar 24, 2022
1 parent 2b4947e commit ace655c
Show file tree
Hide file tree
Showing 9 changed files with 418 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2826,7 +2826,23 @@ StartChatContactResult startChatContact(StartChatContactRequest startChatContact

/**
* <p>
* Starts recording the contact when the agent joins the call.
* Starts recording the contact:
* </p>
* <ul>
* <li>
* <p>
* If the API is called <i>before</i> the agent joins the call, recording
* starts when the agent joins the call.
* </p>
* </li>
* <li>
* <p>
* If the API is called <i>after</i> the agent joins the call, recording
* starts at the time of the API call.
* </p>
* </li>
* </ul>
* <p>
* StartContactRecording is a one-time action. For example, if you use
* StopContactRecording to stop recording an ongoing call, you can't use
* StartContactRecording to restart it. For scenarios where the recording
Expand Down Expand Up @@ -2982,8 +2998,31 @@ StartTaskContactResult startTaskContact(StartTaskContactRequest startTaskContact

/**
* <p>
* Ends the specified contact.
* Ends the specified contact. This call does not work for the following
* initiation methods:
* </p>
* <ul>
* <li>
* <p>
* CALLBACK
* </p>
* </li>
* <li>
* <p>
* DISCONNECT
* </p>
* </li>
* <li>
* <p>
* TRANSFER
* </p>
* </li>
* <li>
* <p>
* QUEUE_TRANSFER
* </p>
* </li>
* </ul>
*
* @param stopContactRequest
* @return stopContactResult The response from the StopContact service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6109,7 +6109,23 @@ Future<StartChatContactResult> startChatContactAsync(

/**
* <p>
* Starts recording the contact when the agent joins the call.
* Starts recording the contact:
* </p>
* <ul>
* <li>
* <p>
* If the API is called <i>before</i> the agent joins the call, recording
* starts when the agent joins the call.
* </p>
* </li>
* <li>
* <p>
* If the API is called <i>after</i> the agent joins the call, recording
* starts at the time of the API call.
* </p>
* </li>
* </ul>
* <p>
* StartContactRecording is a one-time action. For example, if you use
* StopContactRecording to stop recording an ongoing call, you can't use
* StartContactRecording to restart it. For scenarios where the recording
Expand Down Expand Up @@ -6149,7 +6165,23 @@ Future<StartContactRecordingResult> startContactRecordingAsync(

/**
* <p>
* Starts recording the contact when the agent joins the call.
* Starts recording the contact:
* </p>
* <ul>
* <li>
* <p>
* If the API is called <i>before</i> the agent joins the call, recording
* starts when the agent joins the call.
* </p>
* </li>
* <li>
* <p>
* If the API is called <i>after</i> the agent joins the call, recording
* starts at the time of the API call.
* </p>
* </li>
* </ul>
* <p>
* StartContactRecording is a one-time action. For example, if you use
* StopContactRecording to stop recording an ongoing call, you can't use
* StartContactRecording to restart it. For scenarios where the recording
Expand Down Expand Up @@ -6443,8 +6475,31 @@ Future<StartTaskContactResult> startTaskContactAsync(

/**
* <p>
* Ends the specified contact.
* Ends the specified contact. This call does not work for the following
* initiation methods:
* </p>
* <ul>
* <li>
* <p>
* CALLBACK
* </p>
* </li>
* <li>
* <p>
* DISCONNECT
* </p>
* </li>
* <li>
* <p>
* TRANSFER
* </p>
* </li>
* <li>
* <p>
* QUEUE_TRANSFER
* </p>
* </li>
* </ul>
*
* @param stopContactRequest
* @return A Java Future object containing the response from the StopContact
Expand All @@ -6467,8 +6522,31 @@ Future<StopContactResult> stopContactAsync(StopContactRequest stopContactRequest

/**
* <p>
* Ends the specified contact.
* Ends the specified contact. This call does not work for the following
* initiation methods:
* </p>
* <ul>
* <li>
* <p>
* CALLBACK
* </p>
* </li>
* <li>
* <p>
* DISCONNECT
* </p>
* </li>
* <li>
* <p>
* TRANSFER
* </p>
* </li>
* <li>
* <p>
* QUEUE_TRANSFER
* </p>
* </li>
* </ul>
*
* @param stopContactRequest
* @param asyncHandler Asynchronous callback handler for events in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7867,7 +7867,23 @@ public StartChatContactResult call() throws Exception {

/**
* <p>
* Starts recording the contact when the agent joins the call.
* Starts recording the contact:
* </p>
* <ul>
* <li>
* <p>
* If the API is called <i>before</i> the agent joins the call, recording
* starts when the agent joins the call.
* </p>
* </li>
* <li>
* <p>
* If the API is called <i>after</i> the agent joins the call, recording
* starts at the time of the API call.
* </p>
* </li>
* </ul>
* <p>
* StartContactRecording is a one-time action. For example, if you use
* StopContactRecording to stop recording an ongoing call, you can't use
* StartContactRecording to restart it. For scenarios where the recording
Expand Down Expand Up @@ -7913,7 +7929,23 @@ public StartContactRecordingResult call() throws Exception {

/**
* <p>
* Starts recording the contact when the agent joins the call.
* Starts recording the contact:
* </p>
* <ul>
* <li>
* <p>
* If the API is called <i>before</i> the agent joins the call, recording
* starts when the agent joins the call.
* </p>
* </li>
* <li>
* <p>
* If the API is called <i>after</i> the agent joins the call, recording
* starts at the time of the API call.
* </p>
* </li>
* </ul>
* <p>
* StartContactRecording is a one-time action. For example, if you use
* StopContactRecording to stop recording an ongoing call, you can't use
* StartContactRecording to restart it. For scenarios where the recording
Expand Down Expand Up @@ -8265,8 +8297,31 @@ public StartTaskContactResult call() throws Exception {

/**
* <p>
* Ends the specified contact.
* Ends the specified contact. This call does not work for the following
* initiation methods:
* </p>
* <ul>
* <li>
* <p>
* CALLBACK
* </p>
* </li>
* <li>
* <p>
* DISCONNECT
* </p>
* </li>
* <li>
* <p>
* TRANSFER
* </p>
* </li>
* <li>
* <p>
* QUEUE_TRANSFER
* </p>
* </li>
* </ul>
*
* @param stopContactRequest
* @return A Java Future object containing the response from the StopContact
Expand Down Expand Up @@ -8295,8 +8350,31 @@ public StopContactResult call() throws Exception {

/**
* <p>
* Ends the specified contact.
* Ends the specified contact. This call does not work for the following
* initiation methods:
* </p>
* <ul>
* <li>
* <p>
* CALLBACK
* </p>
* </li>
* <li>
* <p>
* DISCONNECT
* </p>
* </li>
* <li>
* <p>
* TRANSFER
* </p>
* </li>
* <li>
* <p>
* QUEUE_TRANSFER
* </p>
* </li>
* </ul>
*
* @param stopContactRequest
* @return A Java Future object containing the response from the StopContact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5483,7 +5483,23 @@ public StartChatContactResult startChatContact(StartChatContactRequest startChat

/**
* <p>
* Starts recording the contact when the agent joins the call.
* Starts recording the contact:
* </p>
* <ul>
* <li>
* <p>
* If the API is called <i>before</i> the agent joins the call, recording
* starts when the agent joins the call.
* </p>
* </li>
* <li>
* <p>
* If the API is called <i>after</i> the agent joins the call, recording
* starts at the time of the API call.
* </p>
* </li>
* </ul>
* <p>
* StartContactRecording is a one-time action. For example, if you use
* StopContactRecording to stop recording an ongoing call, you can't use
* StartContactRecording to restart it. For scenarios where the recording
Expand Down Expand Up @@ -5746,8 +5762,31 @@ public StartTaskContactResult startTaskContact(StartTaskContactRequest startTask

/**
* <p>
* Ends the specified contact.
* Ends the specified contact. This call does not work for the following
* initiation methods:
* </p>
* <ul>
* <li>
* <p>
* CALLBACK
* </p>
* </li>
* <li>
* <p>
* DISCONNECT
* </p>
* </li>
* <li>
* <p>
* TRANSFER
* </p>
* </li>
* <li>
* <p>
* QUEUE_TRANSFER
* </p>
* </li>
* </ul>
*
* @param stopContactRequest
* @return stopContactResult The response from the StopContact service
Expand Down
Loading

0 comments on commit ace655c

Please sign in to comment.