Struct aws_sdk_connect::client::fluent_builders::UpdateContact [−][src]
pub struct UpdateContact<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to UpdateContact
.
This API is in preview release for Amazon Connect and is subject to change.
Adds or updates user defined contact information associated with the specified contact. At least one field to be updated must be present in the request.
You can add or update user-defined contact information for both ongoing and completed contacts.
Implementations
impl<C, M, R> UpdateContact<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateContact<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateContactOutput, SdkError<UpdateContactError>> where
R::Policy: SmithyRetryPolicy<UpdateContactInputOperationOutputAlias, UpdateContactOutput, UpdateContactError, UpdateContactInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateContactOutput, SdkError<UpdateContactError>> where
R::Policy: SmithyRetryPolicy<UpdateContactInputOperationOutputAlias, UpdateContactOutput, UpdateContactError, UpdateContactInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
The description of the contact.
The description of the contact.
Adds a key-value pair to References
.
To override the contents of this collection use set_references
.
A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for UpdateContact<C, M, R>
impl<C, M, R> Unpin for UpdateContact<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for UpdateContact<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more