Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Agents::Client::Configuration::Rpcs.
Configuration RPC class for the Agents API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method
and includes
the following configuration fields:
-
timeout
(type:Numeric
) - The call timeout in seconds -
metadata
(type:Hash{Symbol=>String}
) - Additional gRPC headers -
retry_policy (type:
Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay
(type:Numeric
) - The initial delay in seconds. -
:max_delay
(type:Numeric
) - The max delay in seconds. -
:multiplier
(type:Numeric
) - The incremental backoff multiplier. -
:retry_codes
(type:Array<String>
) - The error codes that should trigger a retry.
-
Inherits
- Object
Methods
#create_agent
def create_agent() -> ::Gapic::Config::Method
RPC-specific configuration for create_agent
- (::Gapic::Config::Method)
#delete_agent
def delete_agent() -> ::Gapic::Config::Method
RPC-specific configuration for delete_agent
- (::Gapic::Config::Method)
#export_agent
def export_agent() -> ::Gapic::Config::Method
RPC-specific configuration for export_agent
- (::Gapic::Config::Method)
#get_agent
def get_agent() -> ::Gapic::Config::Method
RPC-specific configuration for get_agent
- (::Gapic::Config::Method)
#get_agent_validation_result
def get_agent_validation_result() -> ::Gapic::Config::Method
RPC-specific configuration for get_agent_validation_result
- (::Gapic::Config::Method)
#get_generative_settings
def get_generative_settings() -> ::Gapic::Config::Method
RPC-specific configuration for get_generative_settings
- (::Gapic::Config::Method)
#list_agents
def list_agents() -> ::Gapic::Config::Method
RPC-specific configuration for list_agents
- (::Gapic::Config::Method)
#restore_agent
def restore_agent() -> ::Gapic::Config::Method
RPC-specific configuration for restore_agent
- (::Gapic::Config::Method)
#update_agent
def update_agent() -> ::Gapic::Config::Method
RPC-specific configuration for update_agent
- (::Gapic::Config::Method)
#update_generative_settings
def update_generative_settings() -> ::Gapic::Config::Method
RPC-specific configuration for update_generative_settings
- (::Gapic::Config::Method)
#validate_agent
def validate_agent() -> ::Gapic::Config::Method
RPC-specific configuration for validate_agent
- (::Gapic::Config::Method)