#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CallAnalyticsJobSummary
Implementations
The name of the call analytics job.
The name of the call analytics job.
A timestamp that shows when the call analytics job was created.
A timestamp that shows when the call analytics job was created.
A timestamp that shows when the job began processing.
A timestamp that shows when the job began processing.
A timestamp that shows when the job was completed.
A timestamp that shows when the job was completed.
The language of the transcript in the source audio file.
The language of the transcript in the source audio file.
The status of the call analytics job.
The status of the call analytics job.
If the CallAnalyticsJobStatus
is FAILED
, a description of the error.
If the CallAnalyticsJobStatus
is FAILED
, a description of the error.
Consumes the builder and constructs a CallAnalyticsJobSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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