Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Feedback::ConversationInfo.
The conversation information such as the question index and session name.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#answer_query_token
def answer_query_token() -> ::String
Returns
- (::String) — Optional. The token which could be used to fetch the answer log.
#answer_query_token=
def answer_query_token=(value) -> ::String
Parameter
- value (::String) — Optional. The token which could be used to fetch the answer log.
Returns
- (::String) — Optional. The token which could be used to fetch the answer log.
#assist_token
def assist_token() -> ::String
Returns
- (::String) — Optional. The token which could be used to fetch the assistant log.
#assist_token=
def assist_token=(value) -> ::String
Parameter
- value (::String) — Optional. The token which could be used to fetch the assistant log.
Returns
- (::String) — Optional. The token which could be used to fetch the assistant log.
#query
def query() -> ::Google::Cloud::DiscoveryEngine::V1beta::Query
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Query) — Required. The user's search query.
#query=
def query=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Query
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Query) — Required. The user's search query.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Query) — Required. The user's search query.
#question_index
def question_index() -> ::Integer
Returns
- (::Integer) — The index of the user input within the conversation messages.
#question_index=
def question_index=(value) -> ::Integer
Parameter
- value (::Integer) — The index of the user input within the conversation messages.
Returns
- (::Integer) — The index of the user input within the conversation messages.
#session
def session() -> ::String
Returns
- (::String) — Name of the newly generated or continued session.
#session=
def session=(value) -> ::String
Parameter
- value (::String) — Name of the newly generated or continued session.
Returns
- (::String) — Name of the newly generated or continued session.