Struct gapi_grpc::google::cloud::dialogflow::v2beta1::BatchCreateMessagesRequest[][src]

pub struct BatchCreateMessagesRequest {
    pub parent: String,
    pub requests: Vec<CreateMessageRequest>,
}

The request message for [Conversations.BatchCreateMessagesRequest][].

Fields

parent: String

Required. Resource identifier of the conversation to create message. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.

requests: Vec<CreateMessageRequest>

Required. A maximum of 1000 Messages can be created in a batch. [CreateMessageRequest.message.send_time][] is required. All created messages will have identical [Message.create_time][google.cloud.dialogflow.v2beta1.Message.create_time].

Trait Implementations

impl Clone for BatchCreateMessagesRequest[src]

impl Debug for BatchCreateMessagesRequest[src]

impl Default for BatchCreateMessagesRequest[src]

impl Message for BatchCreateMessagesRequest[src]

impl PartialEq<BatchCreateMessagesRequest> for BatchCreateMessagesRequest[src]

impl StructuralPartialEq for BatchCreateMessagesRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for BatchCreateMessagesRequest

impl Send for BatchCreateMessagesRequest

impl Sync for BatchCreateMessagesRequest

impl Unpin for BatchCreateMessagesRequest

impl UnwindSafe for BatchCreateMessagesRequest

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]