Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CreateConversationRequest.
The request message for Conversations.CreateConversation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation
def conversation() -> ::Google::Cloud::Dialogflow::V2::Conversation
- (::Google::Cloud::Dialogflow::V2::Conversation) — Required. The conversation to create.
#conversation=
def conversation=(value) -> ::Google::Cloud::Dialogflow::V2::Conversation
- value (::Google::Cloud::Dialogflow::V2::Conversation) — Required. The conversation to create.
- (::Google::Cloud::Dialogflow::V2::Conversation) — Required. The conversation to create.
#conversation_id
def conversation_id() -> ::String
-
(::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.
#conversation_id=
def conversation_id=(value) -> ::String
-
value (::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.
-
(::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.
#parent
def parent() -> ::String
-
(::String) — Required. Resource identifier of the project creating the conversation.
Format:
projects/<Project ID>/locations/<Location ID>
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Resource identifier of the project creating the conversation.
Format:
projects/<Project ID>/locations/<Location ID>
.
-
(::String) — Required. Resource identifier of the project creating the conversation.
Format:
projects/<Project ID>/locations/<Location ID>
.