Struct aws_sdk_transcribe::model::ChannelDefinition
source · [−]#[non_exhaustive]pub struct ChannelDefinition {
pub channel_id: i32,
pub participant_role: Option<ParticipantRole>,
}
Expand description
For a call analytics job, an object that indicates the audio channel that belongs to the agent and the audio channel that belongs to the customer.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.channel_id: i32
A value that indicates the audio channel.
participant_role: Option<ParticipantRole>
Indicates whether the person speaking on the audio channel is the agent or customer.
Implementations
A value that indicates the audio channel.
Indicates whether the person speaking on the audio channel is the agent or customer.
Creates a new builder-style object to manufacture ChannelDefinition
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ChannelDefinition
impl Send for ChannelDefinition
impl Sync for ChannelDefinition
impl Unpin for ChannelDefinition
impl UnwindSafe for ChannelDefinition
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