Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition

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) ⇒ GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition

Returns a new instance of GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition.



13570
13571
13572
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13570

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

Instance Attribute Details

#coveredBoolean Also known as: covered?

Corresponds to the JSON property covered

Returns:

  • (Boolean)


13562
13563
13564
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13562

def covered
  @covered
end

#transition_routeGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute

Corresponds to the JSON property transitionRoute



13568
13569
13570
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13568

def transition_route
  @transition_route
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13575
13576
13577
13578
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13575

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