Struct gapi_grpc::google::cloud::dialogflow::v2beta1::CreateConversationRequest [−][src]
The request message for [Conversations.CreateConversation][google.cloud.dialogflow.v2beta1.Conversations.CreateConversation].
Fields
parent: String
Required. Resource identifier of the project creating the conversation.
Format: projects/<Project ID>/locations/<Location ID>
.
conversation: Option<Conversation>
Required. The conversation to create.
conversation_id: String
Optional. Identifier of the conversation. Generally it’s auto generated by Google. Only set it if you cannot wait for the response to return a auto-generated one to you.
The conversation ID must be compliant with the regression fomula “[a-zA-Z][a-zA-Z0-9_-]*” with the characters length in range of [3,64]. If the field is provided, the caller is resposible for
- the uniqueness of the ID, otherwise the request will be rejected.
- the consistency for whether to use custom ID or not under a project to better ensure uniqueness.
Trait Implementations
impl Clone for CreateConversationRequest
[src][+]
impl Debug for CreateConversationRequest
[src][+]
impl Default for CreateConversationRequest
[src][+]
impl Message for CreateConversationRequest
[src][+]
impl PartialEq<CreateConversationRequest> for CreateConversationRequest
[src][+]
impl StructuralPartialEq for CreateConversationRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for CreateConversationRequest
impl Send for CreateConversationRequest
impl Sync for CreateConversationRequest
impl Unpin for CreateConversationRequest
impl UnwindSafe for CreateConversationRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,