Class: Google::Apis::ContactcenteraiplatformV1alpha1::UrIs

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

Overview

Message storing the URIs of the ContactCenter.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UrIs

Returns a new instance of UrIs.



1464
1465
1466
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 1464

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

Instance Attribute Details

#chat_bot_uriString

Chat Bot Uri of the ContactCenter Corresponds to the JSON property chatBotUri

Returns:

  • (String)


1447
1448
1449
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 1447

def chat_bot_uri
  @chat_bot_uri
end

#media_uriString

Media Uri of the ContactCenter. Corresponds to the JSON property mediaUri

Returns:

  • (String)


1452
1453
1454
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 1452

def media_uri
  @media_uri
end

#root_uriString

Root Uri of the ContactCenter. Corresponds to the JSON property rootUri

Returns:

  • (String)


1457
1458
1459
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 1457

def root_uri
  @root_uri
end

#virtual_agent_streaming_service_uriString

Virtual Agent Streaming Service Uri of the ContactCenter. Corresponds to the JSON property virtualAgentStreamingServiceUri

Returns:

  • (String)


1462
1463
1464
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 1462

def virtual_agent_streaming_service_uri
  @virtual_agent_streaming_service_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1469
1470
1471
1472
1473
1474
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 1469

def update!(**args)
  @chat_bot_uri = args[:chat_bot_uri] if args.key?(:chat_bot_uri)
  @media_uri = args[:media_uri] if args.key?(:media_uri)
  @root_uri = args[:root_uri] if args.key?(:root_uri)
  @virtual_agent_streaming_service_uri = args[:virtual_agent_streaming_service_uri] if args.key?(:virtual_agent_streaming_service_uri)
end