Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::SummarizationContext (v1.1.1)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::SummarizationContext.

Summarization context that customer can configure.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#few_shot_examples

def few_shot_examples() -> ::Array<::Google::Cloud::Dialogflow::V2::FewShotExample>
Returns

#few_shot_examples=

def few_shot_examples=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::FewShotExample>
Parameter
Returns

#output_language_code

def output_language_code() -> ::String
Returns
  • (::String) — Optional. The target language of the generated summary. The language code for conversation will be used if this field is empty. Supported 2.0 and later versions.

#output_language_code=

def output_language_code=(value) -> ::String
Parameter
  • value (::String) — Optional. The target language of the generated summary. The language code for conversation will be used if this field is empty. Supported 2.0 and later versions.
Returns
  • (::String) — Optional. The target language of the generated summary. The language code for conversation will be used if this field is empty. Supported 2.0 and later versions.

#summarization_sections

def summarization_sections() -> ::Array<::Google::Cloud::Dialogflow::V2::SummarizationSection>
Returns

#summarization_sections=

def summarization_sections=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::SummarizationSection>
Parameter
Returns

#version

def version() -> ::String
Returns
  • (::String) — Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.0"].

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.0"].
Returns
  • (::String) — Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.0"].