Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::AppGenerationConfig (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::AppGenerationConfig.

The configuration to be used to generate the app.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#context

def context() -> ::String
Returns
  • (::String) — Optional. The context which describes the requirements of the agents & tools to be generated.

#context=

def context=(value) -> ::String
Parameter
  • value (::String) — Optional. The context which describes the requirements of the agents & tools to be generated.
Returns
  • (::String) — Optional. The context which describes the requirements of the agents & tools to be generated.

#dataset_id

def dataset_id() -> ::String
Returns
  • (::String) — Optional. The insights dataset to be used to fetch conversation data for generating the agents & tools. Format: projects/{project}/locations/{location}/datasets/{dataset}.

#dataset_id=

def dataset_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The insights dataset to be used to fetch conversation data for generating the agents & tools. Format: projects/{project}/locations/{location}/datasets/{dataset}.
Returns
  • (::String) — Optional. The insights dataset to be used to fetch conversation data for generating the agents & tools. Format: projects/{project}/locations/{location}/datasets/{dataset}.

#file_contexts

def file_contexts() -> ::Array<::Google::Cloud::Ces::V1beta::FileContext>
Returns

#file_contexts=

def file_contexts=(value) -> ::Array<::Google::Cloud::Ces::V1beta::FileContext>
Parameter
Returns

#gcs_location

def gcs_location() -> ::String
Returns
  • (::String) — Optional. The Cloud Storage location to store the generated question answer data to be used by the Datastore tool. This data is generated only when using conversation data as an input source. The location must be in the same project as the app. Format: gs://....

#gcs_location=

def gcs_location=(value) -> ::String
Parameter
  • value (::String) — Optional. The Cloud Storage location to store the generated question answer data to be used by the Datastore tool. This data is generated only when using conversation data as an input source. The location must be in the same project as the app. Format: gs://....
Returns
  • (::String) — Optional. The Cloud Storage location to store the generated question answer data to be used by the Datastore tool. This data is generated only when using conversation data as an input source. The location must be in the same project as the app. Format: gs://....

#generate_evaluations

def generate_evaluations() -> ::Boolean
Returns
  • (::Boolean) — Optional. Whether to generate the evaluations for the app. If true, the provided context will be used to generate the evaluations data.

#generate_evaluations=

def generate_evaluations=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Whether to generate the evaluations for the app. If true, the provided context will be used to generate the evaluations data.
Returns
  • (::Boolean) — Optional. Whether to generate the evaluations for the app. If true, the provided context will be used to generate the evaluations data.