Struct aws_sdk_connect::client::fluent_builders::CreateContactFlow
source · [−]pub struct CreateContactFlow<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateContactFlow
.
Creates a contact flow for the specified Amazon Connect instance.
You can also create and update contact flows using the Amazon Connect Flow language.
Implementations
impl<C, M, R> CreateContactFlow<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateContactFlow<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateContactFlowOutput, SdkError<CreateContactFlowError>> where
R::Policy: SmithyRetryPolicy<CreateContactFlowInputOperationOutputAlias, CreateContactFlowOutput, CreateContactFlowError, CreateContactFlowInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateContactFlowOutput, SdkError<CreateContactFlowError>> where
R::Policy: SmithyRetryPolicy<CreateContactFlowInputOperationOutputAlias, CreateContactFlowOutput, CreateContactFlowError, CreateContactFlowInputOperationRetryAlias>,
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.
The identifier of the Amazon Connect instance.
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
The description of the contact flow.
The description of the contact flow.
The content of the contact flow.
Adds a key-value pair to Tags
.
To override the contents of this collection use set_tags
.
One or more tags.
One or more tags.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateContactFlow<C, M, R>
impl<C, M, R> Send for CreateContactFlow<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateContactFlow<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateContactFlow<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateContactFlow<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