describeContactFlowModule
inline suspend fun ConnectClient.describeContactFlowModule(crossinline block: DescribeContactFlowModuleRequest.Builder.() -> Unit): DescribeContactFlowModuleResponse
Describes the specified flow module.
Use the $SAVED
alias in the request to describe the SAVED
content of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED
. After a flow is published, $SAVED
needs to be supplied to view saved content that has not been published.