Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::AnswerPart.
Answer part with citation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#supporting_indices
def supporting_indices() -> ::Array<::Integer>
Returns
-
(::Array<::Integer>) — Citations for this answer part. Indices of
search_snippets
.
#supporting_indices=
def supporting_indices=(value) -> ::Array<::Integer>
Parameter
-
value (::Array<::Integer>) — Citations for this answer part. Indices of
search_snippets
.
Returns
-
(::Array<::Integer>) — Citations for this answer part. Indices of
search_snippets
.
#text
def text() -> ::String
Returns
- (::String) — Substring of the answer.
#text=
def text=(value) -> ::String
Parameter
- value (::String) — Substring of the answer.
Returns
- (::String) — Substring of the answer.