Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::AssistAnswer (v2.4.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::AssistAnswer.

AssistAnswer resource, main part of [AssistResponse][google.cloud.discoveryengine.v1.AssistResponse].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#assist_skipped_reasons

def assist_skipped_reasons() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::AssistSkippedReason>
Returns

#assist_skipped_reasons=

def assist_skipped_reasons=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::AssistSkippedReason>
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Immutable. Resource name of the AssistAnswer. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assist_answer}

    This field must be a UTF-8 encoded string with a length limit of 1024 characters.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Immutable. Resource name of the AssistAnswer. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assist_answer}

    This field must be a UTF-8 encoded string with a length limit of 1024 characters.

Returns
  • (::String) — Immutable. Resource name of the AssistAnswer. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assist_answer}

    This field must be a UTF-8 encoded string with a length limit of 1024 characters.

#replies

def replies() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::Reply>
Returns

#replies=

def replies=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::Reply>
Parameter
Returns

#state

def state() -> ::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::State
Returns

#state=

def state=(value) -> ::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::State
Parameter
Returns