Struct gapi_grpc::google::cloud::contactcenterinsights::v1::RuntimeAnnotation[][src]

pub struct RuntimeAnnotation {
    pub annotation_id: String,
    pub create_time: Option<Timestamp>,
    pub start_boundary: Option<AnnotationBoundary>,
    pub end_boundary: Option<AnnotationBoundary>,
    pub answer_feedback: Option<AnswerFeedback>,
    pub data: Option<Data>,
}

An annotation that was generated during the customer and agent interaction.

Fields

annotation_id: String

The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}

create_time: Option<Timestamp>

The time at which this annotation was created.

start_boundary: Option<AnnotationBoundary>

The boundary in the conversation where the annotation starts, inclusive.

end_boundary: Option<AnnotationBoundary>

The boundary in the conversation where the annotation ends, inclusive.

answer_feedback: Option<AnswerFeedback>

The feedback that the customer has about the answer in data.

data: Option<Data>

The data in the annotation.

Trait Implementations

impl Clone for RuntimeAnnotation[src]

impl Debug for RuntimeAnnotation[src]

impl Default for RuntimeAnnotation[src]

impl Message for RuntimeAnnotation[src]

impl PartialEq<RuntimeAnnotation> for RuntimeAnnotation[src]

impl StructuralPartialEq for RuntimeAnnotation[src]

Auto Trait Implementations

impl RefUnwindSafe for RuntimeAnnotation

impl Send for RuntimeAnnotation

impl Sync for RuntimeAnnotation

impl Unpin for RuntimeAnnotation

impl UnwindSafe for RuntimeAnnotation

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]