Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BigQueryExportSettings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1BigQueryExportSettings

Returns a new instance of GoogleCloudDialogflowCxV3beta1BigQueryExportSettings.



4472
4473
4474
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4472

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bigquery_tableString

Corresponds to the JSON property bigqueryTable

Returns:

  • (String)


4464
4465
4466
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4464

def bigquery_table
  @bigquery_table
end

#enabledBoolean Also known as: enabled?

Corresponds to the JSON property enabled

Returns:

  • (Boolean)


4469
4470
4471
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4469

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4477
4478
4479
4480
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4477

def update!(**args)
  @bigquery_table = args[:bigquery_table] if args.key?(:bigquery_table)
  @enabled = args[:enabled] if args.key?(:enabled)
end