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>
- (::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::AssistSkippedReason>) — Reasons for not answering the assist call.
#assist_skipped_reasons=
def assist_skipped_reasons=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::AssistSkippedReason>
- value (::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::AssistSkippedReason>) — Reasons for not answering the assist call.
- (::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::AssistSkippedReason>) — Reasons for not answering the assist call.
#name
def name() -> ::String
-
(::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
-
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.
-
(::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>
- (::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::Reply>) — Replies of the assistant.
#replies=
def replies=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::Reply>
- value (::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::Reply>) — Replies of the assistant.
- (::Array<::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::Reply>) — Replies of the assistant.
#state
def state() -> ::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::State
- (::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::State) — State of the answer generation.
#state=
def state=(value) -> ::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::State
- value (::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::State) — State of the answer generation.
- (::Google::Cloud::DiscoveryEngine::V1::AssistAnswer::State) — State of the answer generation.