Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect Update models to latest #2830

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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