Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConverseConversationResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConverseConversationResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Response message for WidgetService.WidgetConverseConversation method.
Instance Attribute Summary collapse
-
#conversation_id ⇒ String
The id of the Conversation returned.
-
#converse_conversation_response ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConverseConversationResponse
Response message for ConversationalSearchService.ConverseConversation method.
-
#u_token ⇒ String
The token in response.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaWidgetConverseConversationResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaWidgetConverseConversationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaWidgetConverseConversationResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaWidgetConverseConversationResponse.
8605 8606 8607 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8605 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_id ⇒ String
The id of the Conversation returned.
Corresponds to the JSON property conversationId
8593 8594 8595 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8593 def conversation_id @conversation_id end |
#converse_conversation_response ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConverseConversationResponse
Response message for ConversationalSearchService.ConverseConversation method.
Corresponds to the JSON property converseConversationResponse
8598 8599 8600 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8598 def converse_conversation_response @converse_conversation_response end |
#u_token ⇒ String
The token in response.
Corresponds to the JSON property uToken
8603 8604 8605 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8603 def u_token @u_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8610 8611 8612 8613 8614 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8610 def update!(**args) @conversation_id = args[:conversation_id] if args.key?(:conversation_id) @converse_conversation_response = args[:converse_conversation_response] if args.key?(:converse_conversation_response) @u_token = args[:u_token] if args.key?(:u_token) end |