Package Methods (2.44.0)

Summary of entries of Methods for dialogflow.

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient

AgentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.agents.transports.base.AgentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.agents.transports.base.AgentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.agent_path

agent_path(project:str)->str

Returns a fully-qualified agent string.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.agent_path

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.delete_agent

delete_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.DeleteAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.export_agent

export_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.ExportAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Exports the specified agent to a ZIP file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.export_agent

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.get_agent

get_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.GetAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.agent.Agent

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.agents.transports.base.AgentsTransport]

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.get_validation_result

get_validation_result(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.GetValidationResultRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.validation_result.ValidationResult

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.import_agent

import_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.ImportAgentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Imports the specified agent from a ZIP file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.import_agent

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

Parses a agent path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_agent_path

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

Parse a folder path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_folder_path

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

Parse a location path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_location_path

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

Parse a project path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.parse_common_project_path

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.restore_agent

restore_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.RestoreAgentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Restores the specified agent from a ZIP file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.restore_agent

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.search_agents

search_agents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.SearchAgentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.agents.pagers.SearchAgentsAsyncPager

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.set_agent

set_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.SetAgentRequest,dict]]=None,*,agent:typing.Optional[google.cloud.dialogflow_v2.types.agent.Agent]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.agent.Agent

google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.train_agent

train_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.TrainAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.agents.AgentsClient

AgentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.agents.transports.base.AgentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.agents.transports.base.AgentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the agents client.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient

google.cloud.dialogflow_v2.services.agents.AgentsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.exit

google.cloud.dialogflow_v2.services.agents.AgentsClient.agent_path

agent_path(project:str)->str

Returns a fully-qualified agent string.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.agent_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.cancel_operation

google.cloud.dialogflow_v2.services.agents.AgentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

Returns a fully-qualified billing_account string.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.common_billing_account_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.agents.AgentsClient.common_location_path

common_location_path(project:str,location:str)->str

Returns a fully-qualified location string.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.common_location_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.common_organization_path

common_organization_path(organization:str)->str

Returns a fully-qualified organization string.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.common_organization_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.common_project_path

common_project_path(project:str)->str

Returns a fully-qualified project string.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.common_project_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.delete_agent

delete_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.DeleteAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.agents.AgentsClient.export_agent

export_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.ExportAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Exports the specified agent to a ZIP file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.export_agent

google.cloud.dialogflow_v2.services.agents.AgentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.from_service_account_file

google.cloud.dialogflow_v2.services.agents.AgentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.from_service_account_info

google.cloud.dialogflow_v2.services.agents.AgentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.from_service_account_json

google.cloud.dialogflow_v2.services.agents.AgentsClient.get_agent

get_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.GetAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.agent.Agent

google.cloud.dialogflow_v2.services.agents.AgentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.agents.AgentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.agents.AgentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.get_operation

google.cloud.dialogflow_v2.services.agents.AgentsClient.get_validation_result

get_validation_result(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.GetValidationResultRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.validation_result.ValidationResult

google.cloud.dialogflow_v2.services.agents.AgentsClient.import_agent

import_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.ImportAgentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Imports the specified agent from a ZIP file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.import_agent

google.cloud.dialogflow_v2.services.agents.AgentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.list_locations

google.cloud.dialogflow_v2.services.agents.AgentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.list_operations

google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

Parses a agent path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_agent_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

Parse a folder path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_folder_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

Parse a location path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_location_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

Parse a project path into its component segments.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.parse_common_project_path

google.cloud.dialogflow_v2.services.agents.AgentsClient.restore_agent

restore_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.RestoreAgentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Restores the specified agent from a ZIP file.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.restore_agent

google.cloud.dialogflow_v2.services.agents.AgentsClient.search_agents

search_agents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.SearchAgentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.agents.pagers.SearchAgentsPager

google.cloud.dialogflow_v2.services.agents.AgentsClient.set_agent

set_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.SetAgentRequest,dict]]=None,*,agent:typing.Optional[google.cloud.dialogflow_v2.types.agent.Agent]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.agent.Agent

Creates/updates the specified agent.

See more:google.cloud.dialogflow_v2.services.agents.AgentsClient.set_agent

google.cloud.dialogflow_v2.services.agents.AgentsClient.train_agent

train_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.agent.TrainAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.agents.pagers.SearchAgentsAsyncPager

SearchAgentsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.agent.SearchAgentsResponse],],request:google.cloud.dialogflow_v2.types.agent.SearchAgentsRequest,response:google.cloud.dialogflow_v2.types.agent.SearchAgentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.agents.pagers.SearchAgentsPager

SearchAgentsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.agent.SearchAgentsResponse],request:google.cloud.dialogflow_v2.types.agent.SearchAgentsRequest,response:google.cloud.dialogflow_v2.types.agent.SearchAgentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient

AnswerRecordsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.answer_records.transports.base.AnswerRecordsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.answer_records.transports.base.AnswerRecordsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the answer records async client.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.answer_records.transports.base.AnswerRecordsTransport]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.list_answer_records

list_answer_records(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.answer_record.ListAnswerRecordsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.answer_records.pagers.ListAnswerRecordsAsyncPager)

Returns the list of all answer records in thespecified project in reverse chronological order.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.list_answer_records

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsAsyncClient.update_answer_record

update_answer_record(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.answer_record.UpdateAnswerRecordRequest,dict,]]=None,*,answer_record:typing.Optional[google.cloud.dialogflow_v2.types.answer_record.AnswerRecord]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.answer_record.AnswerRecord

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient

AnswerRecordsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.answer_records.transports.base.AnswerRecordsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.answer_records.transports.base.AnswerRecordsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the answer records client.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.exit

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.cancel_operation

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.from_service_account_file

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.from_service_account_info

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.from_service_account_json

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.get_operation

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.list_answer_records

list_answer_records(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.answer_record.ListAnswerRecordsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.answer_records.pagers.ListAnswerRecordsPager

Returns the list of all answer records in thespecified project in reverse chronological order.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.list_answer_records

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.list_locations

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.list_operations

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

Parses a answer_record path into its component segments.

See more:google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.parse_answer_record_path

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.update_answer_record

update_answer_record(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.answer_record.UpdateAnswerRecordRequest,dict,]]=None,*,answer_record:typing.Optional[google.cloud.dialogflow_v2.types.answer_record.AnswerRecord]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.answer_record.AnswerRecord

google.cloud.dialogflow_v2.services.answer_records.pagers.ListAnswerRecordsAsyncPager

ListAnswerRecordsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.answer_record.ListAnswerRecordsResponse],],request:google.cloud.dialogflow_v2.types.answer_record.ListAnswerRecordsRequest,response:google.cloud.dialogflow_v2.types.answer_record.ListAnswerRecordsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.answer_records.pagers.ListAnswerRecordsPager

ListAnswerRecordsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.answer_record.ListAnswerRecordsResponse],request:google.cloud.dialogflow_v2.types.answer_record.ListAnswerRecordsRequest,response:google.cloud.dialogflow_v2.types.answer_record.ListAnswerRecordsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient

ContextsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.contexts.transports.base.ContextsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.contexts.transports.base.ContextsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the contexts async client.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.create_context

create_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.CreateContextRequest,dict]]=None,*,parent:typing.Optional[str]=None,context:typing.Optional[google.cloud.dialogflow_v2.types.context.Context]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.context.Context

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.delete_all_contexts

delete_all_contexts(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.DeleteAllContextsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Deletes all active contexts in the specified session.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.delete_all_contexts

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.delete_context

delete_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.DeleteContextRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.get_context

get_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.GetContextRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.context.Context

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.contexts.transports.base.ContextsTransport]

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.list_contexts

list_contexts(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.ListContextsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.contexts.pagers.ListContextsAsyncPager

Returns the list of all contexts in the specifiedsession.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.list_contexts

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.parse_context_path

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.update_context

update_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.UpdateContextRequest,dict]]=None,*,context:typing.Optional[google.cloud.dialogflow_v2.types.context.Context]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.context.Context

google.cloud.dialogflow_v2.services.contexts.ContextsClient

ContextsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.contexts.transports.base.ContextsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.contexts.transports.base.ContextsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the contexts client.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient

google.cloud.dialogflow_v2.services.contexts.ContextsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.exit

google.cloud.dialogflow_v2.services.contexts.ContextsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.cancel_operation

google.cloud.dialogflow_v2.services.contexts.ContextsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

Returns a fully-qualified billing_account string.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.common_billing_account_path

google.cloud.dialogflow_v2.services.contexts.ContextsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.contexts.ContextsClient.context_path

context_path(project:str,session:str,context:str)->str

Returns a fully-qualified context string.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.context_path

google.cloud.dialogflow_v2.services.contexts.ContextsClient.create_context

create_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.CreateContextRequest,dict]]=None,*,parent:typing.Optional[str]=None,context:typing.Optional[google.cloud.dialogflow_v2.types.context.Context]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.context.Context

google.cloud.dialogflow_v2.services.contexts.ContextsClient.delete_all_contexts

delete_all_contexts(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.DeleteAllContextsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Deletes all active contexts in the specified session.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.delete_all_contexts

google.cloud.dialogflow_v2.services.contexts.ContextsClient.delete_context

delete_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.DeleteContextRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.contexts.ContextsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.from_service_account_file

google.cloud.dialogflow_v2.services.contexts.ContextsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.from_service_account_info

google.cloud.dialogflow_v2.services.contexts.ContextsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.from_service_account_json

google.cloud.dialogflow_v2.services.contexts.ContextsClient.get_context

get_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.GetContextRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.context.Context

google.cloud.dialogflow_v2.services.contexts.ContextsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.contexts.ContextsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.contexts.ContextsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.get_operation

google.cloud.dialogflow_v2.services.contexts.ContextsClient.list_contexts

list_contexts(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.ListContextsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.contexts.pagers.ListContextsPager

Returns the list of all contexts in the specifiedsession.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.list_contexts

google.cloud.dialogflow_v2.services.contexts.ContextsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.list_locations

google.cloud.dialogflow_v2.services.contexts.ContextsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.list_operations

google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

Parse a folder path into its component segments.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_folder_path

google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

Parse a location path into its component segments.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_location_path

google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

Parse a project path into its component segments.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_common_project_path

google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2.services.contexts.ContextsClient.parse_context_path

google.cloud.dialogflow_v2.services.contexts.ContextsClient.update_context

update_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.context.UpdateContextRequest,dict]]=None,*,context:typing.Optional[google.cloud.dialogflow_v2.types.context.Context]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.context.Context

google.cloud.dialogflow_v2.services.contexts.pagers.ListContextsAsyncPager

ListContextsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.context.ListContextsResponse],],request:google.cloud.dialogflow_v2.types.context.ListContextsRequest,response:google.cloud.dialogflow_v2.types.context.ListContextsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.contexts.pagers.ListContextsPager

ListContextsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.context.ListContextsResponse],request:google.cloud.dialogflow_v2.types.context.ListContextsRequest,response:google.cloud.dialogflow_v2.types.context.ListContextsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient

ConversationDatasetsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.conversation_datasets.transports.base.ConversationDatasetsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.conversation_datasets.transports.base.ConversationDatasetsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the conversation datasets async client.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.conversation_dataset_path

conversation_dataset_path(project:str,location:str,conversation_dataset:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.create_conversation_dataset

create_conversation_dataset(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.CreateConversationDatasetRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_dataset:typing.Optional[google.cloud.dialogflow_v2.types.conversation_dataset.ConversationDataset]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.delete_conversation_dataset

delete_conversation_dataset(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.DeleteConversationDatasetRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.get_conversation_dataset

get_conversation_dataset(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.GetConversationDatasetRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_dataset.ConversationDataset

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.conversation_datasets.transports.base.ConversationDatasetsTransport]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.import_conversation_data

import_conversation_data(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.ImportConversationDataRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.list_conversation_datasets

list_conversation_datasets(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.ListConversationDatasetsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.conversation_datasets.pagers.ListConversationDatasetsAsyncPager)

Returns the list of all conversation datasets in thespecified project and location.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.list_conversation_datasets

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsAsyncClient.parse_conversation_dataset_path

parse_conversation_dataset_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient

ConversationDatasetsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.conversation_datasets.transports.base.ConversationDatasetsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.conversation_datasets.transports.base.ConversationDatasetsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.cancel_operation

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.conversation_dataset_path

conversation_dataset_path(project:str,location:str,conversation_dataset:str)->str

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.create_conversation_dataset

create_conversation_dataset(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.CreateConversationDatasetRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_dataset:typing.Optional[google.cloud.dialogflow_v2.types.conversation_dataset.ConversationDataset]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.delete_conversation_dataset

delete_conversation_dataset(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.DeleteConversationDatasetRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.from_service_account_file

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.from_service_account_info

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.from_service_account_json

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.get_conversation_dataset

get_conversation_dataset(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.GetConversationDatasetRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_dataset.ConversationDataset

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.import_conversation_data

import_conversation_data(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.ImportConversationDataRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.list_conversation_datasets

list_conversation_datasets(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_dataset.ListConversationDatasetsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.conversation_datasets.pagers.ListConversationDatasetsPager)

Returns the list of all conversation datasets in thespecified project and location.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.list_conversation_datasets

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.list_locations

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.list_operations

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.ConversationDatasetsClient.parse_conversation_dataset_path

parse_conversation_dataset_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_datasets.pagers.ListConversationDatasetsAsyncPager

ListConversationDatasetsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.conversation_dataset.ListConversationDatasetsResponse],],request:google.cloud.dialogflow_v2.types.conversation_dataset.ListConversationDatasetsRequest,response:google.cloud.dialogflow_v2.types.conversation_dataset.ListConversationDatasetsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversation_datasets.pagers.ListConversationDatasetsPager

ListConversationDatasetsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.conversation_dataset.ListConversationDatasetsResponse,],request:google.cloud.dialogflow_v2.types.conversation_dataset.ListConversationDatasetsRequest,response:google.cloud.dialogflow_v2.types.conversation_dataset.ListConversationDatasetsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient

ConversationModelsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.conversation_models.transports.base.ConversationModelsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.conversation_models.transports.base.ConversationModelsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the conversation models async client.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.conversation_dataset_path

conversation_dataset_path(project:str,location:str,conversation_dataset:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.conversation_model_evaluation_path

conversation_model_evaluation_path(project:str,conversation_model:str,evaluation:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.create_conversation_model

create_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.CreateConversationModelRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_model:typing.Optional[google.cloud.dialogflow_v2.types.conversation_model.ConversationModel]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.create_conversation_model_evaluation

create_conversation_model_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.CreateConversationModelEvaluationRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_model_evaluation:typing.Optional[google.cloud.dialogflow_v2.types.conversation_model.ConversationModelEvaluation]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.delete_conversation_model

delete_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.DeleteConversationModelRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.deploy_conversation_model

deploy_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.DeployConversationModelRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.get_conversation_model

get_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.GetConversationModelRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_model.ConversationModel

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.get_conversation_model_evaluation

get_conversation_model_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.GetConversationModelEvaluationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_model.ConversationModelEvaluation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.conversation_models.transports.base.ConversationModelsTransport]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.list_conversation_model_evaluations

list_conversation_model_evaluations(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelEvaluationsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.conversation_models.pagers.ListConversationModelEvaluationsAsyncPager)

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.list_conversation_models

list_conversation_models(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.conversation_models.pagers.ListConversationModelsAsyncPager)

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.parse_conversation_dataset_path

parse_conversation_dataset_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.parse_conversation_model_evaluation_path

parse_conversation_model_evaluation_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsAsyncClient.undeploy_conversation_model

undeploy_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.UndeployConversationModelRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient

ConversationModelsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.conversation_models.transports.base.ConversationModelsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.conversation_models.transports.base.ConversationModelsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.cancel_operation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.conversation_dataset_path

conversation_dataset_path(project:str,location:str,conversation_dataset:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.conversation_model_evaluation_path

conversation_model_evaluation_path(project:str,conversation_model:str,evaluation:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.create_conversation_model

create_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.CreateConversationModelRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_model:typing.Optional[google.cloud.dialogflow_v2.types.conversation_model.ConversationModel]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.create_conversation_model_evaluation

create_conversation_model_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.CreateConversationModelEvaluationRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_model_evaluation:typing.Optional[google.cloud.dialogflow_v2.types.conversation_model.ConversationModelEvaluation]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.delete_conversation_model

delete_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.DeleteConversationModelRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.deploy_conversation_model

deploy_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.DeployConversationModelRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.from_service_account_file

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.from_service_account_info

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.from_service_account_json

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.get_conversation_model

get_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.GetConversationModelRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_model.ConversationModel

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.get_conversation_model_evaluation

get_conversation_model_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.GetConversationModelEvaluationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_model.ConversationModelEvaluation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.list_conversation_model_evaluations

list_conversation_model_evaluations(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelEvaluationsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.conversation_models.pagers.ListConversationModelEvaluationsPager)

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.list_conversation_models

list_conversation_models(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.conversation_models.pagers.ListConversationModelsPager)

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.list_locations

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.list_operations

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_conversation_dataset_path

parse_conversation_dataset_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_conversation_model_evaluation_path

parse_conversation_model_evaluation_path(path:str)->typing.Dict[str,str]

Parses a conversation_model_evaluation path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_conversation_model_evaluation_path

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_models.ConversationModelsClient.undeploy_conversation_model

undeploy_conversation_model(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_model.UndeployConversationModelRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.conversation_models.pagers.ListConversationModelEvaluationsAsyncPager

ListConversationModelEvaluationsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelEvaluationsResponse],],request:google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelEvaluationsRequest,response:google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelEvaluationsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversation_models.pagers.ListConversationModelEvaluationsPager

ListConversationModelEvaluationsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelEvaluationsResponse,],request:google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelEvaluationsRequest,response:google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelEvaluationsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversation_models.pagers.ListConversationModelsAsyncPager

ListConversationModelsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelsResponse],],request:google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelsRequest,response:google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversation_models.pagers.ListConversationModelsPager

ListConversationModelsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelsResponse,],request:google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelsRequest,response:google.cloud.dialogflow_v2.types.conversation_model.ListConversationModelsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient

ConversationProfilesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.conversation_profiles.transports.base.ConversationProfilesTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.conversation_profiles.transports.base.ConversationProfilesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the conversation profiles async client.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.agent_path

agent_path(project:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.clear_suggestion_feature_config

clear_suggestion_feature_config(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.ClearSuggestionFeatureConfigRequest,dict,]]=None,*,conversation_profile:typing.Optional[str]=None,participant_role:typing.Optional[google.cloud.dialogflow_v2.types.participant.Participant.Role]=None,suggestion_feature_type:typing.Optional[google.cloud.dialogflow_v2.types.conversation_profile.SuggestionFeature.Type]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Clears a suggestion feature from a conversation profile for thegiven participant role.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.clear_suggestion_feature_config

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.conversation_profile_path

conversation_profile_path(project:str,conversation_profile:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.create_conversation_profile

create_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.CreateConversationProfileRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_profile:typing.Optional[google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.cx_security_settings_path

cx_security_settings_path(project:str,location:str,security_settings:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.delete_conversation_profile

delete_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.DeleteConversationProfileRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.get_conversation_profile

get_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.GetConversationProfileRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.conversation_profiles.transports.base.ConversationProfilesTransport]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.list_conversation_profiles

list_conversation_profiles(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.ListConversationProfilesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.conversation_profiles.pagers.ListConversationProfilesAsyncPager)

Returns the list of all conversation profiles in thespecified project.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.list_conversation_profiles

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.list_locations

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.list_operations

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_conversation_profile_path

parse_conversation_profile_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_cx_security_settings_path

parse_cx_security_settings_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.set_suggestion_feature_config

set_suggestion_feature_config(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.SetSuggestionFeatureConfigRequest,dict,]]=None,*,conversation_profile:typing.Optional[str]=None,participant_role:typing.Optional[google.cloud.dialogflow_v2.types.participant.Participant.Role]=None,suggestion_feature_config:typing.Optional[google.cloud.dialogflow_v2.types.conversation_profile.HumanAgentAssistantConfig.SuggestionFeatureConfig]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesAsyncClient.update_conversation_profile

update_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.UpdateConversationProfileRequest,dict,]]=None,*,conversation_profile:typing.Optional[google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient

ConversationProfilesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.conversation_profiles.transports.base.ConversationProfilesTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.conversation_profiles.transports.base.ConversationProfilesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.agent_path

agent_path(project:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.cancel_operation

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.clear_suggestion_feature_config

clear_suggestion_feature_config(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.ClearSuggestionFeatureConfigRequest,dict,]]=None,*,conversation_profile:typing.Optional[str]=None,participant_role:typing.Optional[google.cloud.dialogflow_v2.types.participant.Participant.Role]=None,suggestion_feature_type:typing.Optional[google.cloud.dialogflow_v2.types.conversation_profile.SuggestionFeature.Type]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Clears a suggestion feature from a conversation profile for thegiven participant role.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.clear_suggestion_feature_config

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.conversation_profile_path

conversation_profile_path(project:str,conversation_profile:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.create_conversation_profile

create_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.CreateConversationProfileRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_profile:typing.Optional[google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.cx_security_settings_path

cx_security_settings_path(project:str,location:str,security_settings:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.delete_conversation_profile

delete_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.DeleteConversationProfileRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.from_service_account_file

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.from_service_account_info

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.from_service_account_json

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.get_conversation_profile

get_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.GetConversationProfileRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.list_conversation_profiles

list_conversation_profiles(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.ListConversationProfilesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.conversation_profiles.pagers.ListConversationProfilesPager)

Returns the list of all conversation profiles in thespecified project.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.list_conversation_profiles

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.list_locations

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.list_operations

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_conversation_profile_path

parse_conversation_profile_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_cx_security_settings_path

parse_cx_security_settings_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.set_suggestion_feature_config

set_suggestion_feature_config(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.SetSuggestionFeatureConfigRequest,dict,]]=None,*,conversation_profile:typing.Optional[str]=None,participant_role:typing.Optional[google.cloud.dialogflow_v2.types.participant.Participant.Role]=None,suggestion_feature_config:typing.Optional[google.cloud.dialogflow_v2.types.conversation_profile.HumanAgentAssistantConfig.SuggestionFeatureConfig]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.conversation_profiles.ConversationProfilesClient.update_conversation_profile

update_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation_profile.UpdateConversationProfileRequest,dict,]]=None,*,conversation_profile:typing.Optional[google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2.services.conversation_profiles.pagers.ListConversationProfilesAsyncPager

ListConversationProfilesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.conversation_profile.ListConversationProfilesResponse],],request:google.cloud.dialogflow_v2.types.conversation_profile.ListConversationProfilesRequest,response:google.cloud.dialogflow_v2.types.conversation_profile.ListConversationProfilesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversation_profiles.pagers.ListConversationProfilesPager

ListConversationProfilesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.conversation_profile.ListConversationProfilesResponse,],request:google.cloud.dialogflow_v2.types.conversation_profile.ListConversationProfilesRequest,response:google.cloud.dialogflow_v2.types.conversation_profile.ListConversationProfilesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient

ConversationsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.conversations.transports.base.ConversationsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.conversations.transports.base.ConversationsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the conversations async client.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.agent_path

agent_path(project:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.complete_conversation

complete_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.CompleteConversationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.Conversation

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.conversation_path

conversation_path(project:str,conversation:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.conversation_profile_path

conversation_profile_path(project:str,conversation_profile:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.create_conversation

create_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.CreateConversationRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation:typing.Optional[google.cloud.dialogflow_v2.types.conversation.Conversation]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.Conversation

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.cx_security_settings_path

cx_security_settings_path(project:str,location:str,security_settings:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.data_store_path

data_store_path(project:str,location:str,collection:str,data_store:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.generate_stateless_suggestion

generate_stateless_suggestion(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSuggestionRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSuggestionResponse

Generates and returns a suggestion for a conversationthat does not have a resource created for it.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.generate_stateless_suggestion

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.generate_stateless_summary

generate_stateless_summary(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSummaryRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSummaryResponse

Generates and returns a summary for a conversationthat does not have a resource created for it.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.generate_stateless_summary

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.generate_suggestions

generate_suggestions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.GenerateSuggestionsRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.GenerateSuggestionsResponse

Generates all the suggestions using generatorsconfigured in the conversation profile.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.generate_suggestions

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.get_conversation

get_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.GetConversationRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.Conversation

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.conversations.transports.base.ConversationsTransport]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.ingest_context_references

ingest_context_references(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.IngestContextReferencesRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,context_references:typing.Optional[typing.MutableMapping[str,google.cloud.dialogflow_v2.types.conversation.Conversation.ContextReference,]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.IngestContextReferencesResponse

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.list_conversations

list_conversations(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.ListConversationsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.conversations.pagers.ListConversationsAsyncPager)

Returns the list of all conversations in thespecified project.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.list_conversations

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.list_messages

list_messages(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.ListMessagesRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.conversations.pagers.ListMessagesAsyncPager

Lists messages that belong to a given conversation.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.list_messages

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.message_path

message_path(project:str,conversation:str,message:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

Parses a conversation_model path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_conversation_model_path

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_conversation_path

parse_conversation_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_conversation_profile_path

parse_conversation_profile_path(path:str)->typing.Dict[str,str]

Parses a conversation_profile path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_conversation_profile_path

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_cx_security_settings_path

parse_cx_security_settings_path(path:str)->typing.Dict[str,str]

Parses a cx_security_settings path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_cx_security_settings_path

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_data_store_path

parse_data_store_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_message_path

parse_message_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.search_knowledge

search_knowledge(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.SearchKnowledgeRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.SearchKnowledgeResponse

Get answers for the given query based on knowledgedocuments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.search_knowledge

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.suggest_conversation_summary

suggest_conversation_summary(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.SuggestConversationSummaryRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.SuggestConversationSummaryResponse

Suggests summary for a conversation based on specifichistorical messages.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.suggest_conversation_summary

google.cloud.dialogflow_v2.services.conversations.ConversationsClient

ConversationsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.conversations.transports.base.ConversationsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.conversations.transports.base.ConversationsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the conversations client.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.exit

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.agent_path

agent_path(project:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.cancel_operation

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.complete_conversation

complete_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.CompleteConversationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.Conversation

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.conversation_path

conversation_path(project:str,conversation:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.conversation_profile_path

conversation_profile_path(project:str,conversation_profile:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.create_conversation

create_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.CreateConversationRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation:typing.Optional[google.cloud.dialogflow_v2.types.conversation.Conversation]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.Conversation

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.cx_security_settings_path

cx_security_settings_path(project:str,location:str,security_settings:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.data_store_path

data_store_path(project:str,location:str,collection:str,data_store:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.from_service_account_file

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.from_service_account_info

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.from_service_account_json

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.generate_stateless_suggestion

generate_stateless_suggestion(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSuggestionRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSuggestionResponse

Generates and returns a suggestion for a conversationthat does not have a resource created for it.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.generate_stateless_suggestion

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.generate_stateless_summary

generate_stateless_summary(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSummaryRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSummaryResponse

Generates and returns a summary for a conversationthat does not have a resource created for it.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.generate_stateless_summary

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.generate_suggestions

generate_suggestions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.GenerateSuggestionsRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.GenerateSuggestionsResponse

Generates all the suggestions using generatorsconfigured in the conversation profile.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.generate_suggestions

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.get_conversation

get_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.GetConversationRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.Conversation

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.get_operation

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.ingest_context_references

ingest_context_references(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.IngestContextReferencesRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,context_references:typing.Optional[typing.MutableMapping[str,google.cloud.dialogflow_v2.types.conversation.Conversation.ContextReference,]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.IngestContextReferencesResponse

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.list_conversations

list_conversations(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.ListConversationsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.conversations.pagers.ListConversationsPager

Returns the list of all conversations in thespecified project.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.list_conversations

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.list_locations

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.list_messages

list_messages(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.ListMessagesRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.conversations.pagers.ListMessagesPager

Lists messages that belong to a given conversation.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.list_messages

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.list_operations

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.message_path

message_path(project:str,conversation:str,message:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

Parses a answer_record path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_answer_record_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

Parses a conversation_model path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_conversation_model_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_conversation_path

parse_conversation_path(path:str)->typing.Dict[str,str]

Parses a conversation path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_conversation_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_conversation_profile_path

parse_conversation_profile_path(path:str)->typing.Dict[str,str]

Parses a conversation_profile path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_conversation_profile_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_cx_security_settings_path

parse_cx_security_settings_path(path:str)->typing.Dict[str,str]

Parses a cx_security_settings path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_cx_security_settings_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_data_store_path

parse_data_store_path(path:str)->typing.Dict[str,str]

Parses a data_store path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_data_store_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

Parses a document path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_document_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

Parses a generator path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_generator_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

Parses a knowledge_base path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_knowledge_base_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_message_path

parse_message_path(path:str)->typing.Dict[str,str]

Parses a message path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_message_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

Parses a phrase_set path into its component segments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_phrase_set_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.search_knowledge

search_knowledge(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.SearchKnowledgeRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.SearchKnowledgeResponse

Get answers for the given query based on knowledgedocuments.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.search_knowledge

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.suggest_conversation_summary

suggest_conversation_summary(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.conversation.SuggestConversationSummaryRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.conversation.SuggestConversationSummaryResponse

Suggests summary for a conversation based on specifichistorical messages.

See more:google.cloud.dialogflow_v2.services.conversations.ConversationsClient.suggest_conversation_summary

google.cloud.dialogflow_v2.services.conversations.pagers.ListConversationsAsyncPager

ListConversationsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.conversation.ListConversationsResponse],],request:google.cloud.dialogflow_v2.types.conversation.ListConversationsRequest,response:google.cloud.dialogflow_v2.types.conversation.ListConversationsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversations.pagers.ListConversationsPager

ListConversationsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.conversation.ListConversationsResponse],request:google.cloud.dialogflow_v2.types.conversation.ListConversationsRequest,response:google.cloud.dialogflow_v2.types.conversation.ListConversationsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversations.pagers.ListMessagesAsyncPager

ListMessagesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.conversation.ListMessagesResponse],],request:google.cloud.dialogflow_v2.types.conversation.ListMessagesRequest,response:google.cloud.dialogflow_v2.types.conversation.ListMessagesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.conversations.pagers.ListMessagesPager

ListMessagesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.conversation.ListMessagesResponse],request:google.cloud.dialogflow_v2.types.conversation.ListMessagesRequest,response:google.cloud.dialogflow_v2.types.conversation.ListMessagesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient

DocumentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.documents.transports.base.DocumentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.documents.transports.base.DocumentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the documents async client.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.create_document

create_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.CreateDocumentRequest,dict]]=None,*,parent:typing.Optional[str]=None,document:typing.Optional[google.cloud.dialogflow_v2.types.document.Document]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.delete_document

delete_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.DeleteDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.export_document

export_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.ExportDocumentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Exports a smart messaging candidate document into the specifieddestination.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.export_document

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.get_document

get_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.GetDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.document.Document

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.documents.transports.base.DocumentsTransport]

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.import_documents

import_documents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.ImportDocumentsRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Creates documents by importing data from external sources.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.import_documents

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.list_documents

list_documents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.ListDocumentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.documents.pagers.ListDocumentsAsyncPager

Returns the list of all documents of the knowledgebase.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.list_documents

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

Parses a document path into its component segments.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.parse_document_path

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.reload_document

reload_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.ReloadDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,content_uri:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Reloads the specified document from its specified source,content_uri or content.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.reload_document

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.update_document

update_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.UpdateDocumentRequest,dict]]=None,*,document:typing.Optional[google.cloud.dialogflow_v2.types.document.Document]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.documents.DocumentsClient

DocumentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.documents.transports.base.DocumentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.documents.transports.base.DocumentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the documents client.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient

google.cloud.dialogflow_v2.services.documents.DocumentsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.exit

google.cloud.dialogflow_v2.services.documents.DocumentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.cancel_operation

google.cloud.dialogflow_v2.services.documents.DocumentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.documents.DocumentsClient.create_document

create_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.CreateDocumentRequest,dict]]=None,*,parent:typing.Optional[str]=None,document:typing.Optional[google.cloud.dialogflow_v2.types.document.Document]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.documents.DocumentsClient.delete_document

delete_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.DeleteDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.documents.DocumentsClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

Returns a fully-qualified document string.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.document_path

google.cloud.dialogflow_v2.services.documents.DocumentsClient.export_document

export_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.ExportDocumentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Exports a smart messaging candidate document into the specifieddestination.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.export_document

google.cloud.dialogflow_v2.services.documents.DocumentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.from_service_account_file

google.cloud.dialogflow_v2.services.documents.DocumentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.from_service_account_info

google.cloud.dialogflow_v2.services.documents.DocumentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.from_service_account_json

google.cloud.dialogflow_v2.services.documents.DocumentsClient.get_document

get_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.GetDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.document.Document

google.cloud.dialogflow_v2.services.documents.DocumentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.documents.DocumentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.documents.DocumentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.get_operation

google.cloud.dialogflow_v2.services.documents.DocumentsClient.import_documents

import_documents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.ImportDocumentsRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Creates documents by importing data from external sources.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.import_documents

google.cloud.dialogflow_v2.services.documents.DocumentsClient.list_documents

list_documents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.ListDocumentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.documents.pagers.ListDocumentsPager

Returns the list of all documents of the knowledgebase.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.list_documents

google.cloud.dialogflow_v2.services.documents.DocumentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.list_locations

google.cloud.dialogflow_v2.services.documents.DocumentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.list_operations

google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

Parse a location path into its component segments.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_location_path

google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

Parse a project path into its component segments.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_project_path

google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

Parses a document path into its component segments.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_document_path

google.cloud.dialogflow_v2.services.documents.DocumentsClient.reload_document

reload_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.ReloadDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,content_uri:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Reloads the specified document from its specified source,content_uri or content.

See more:google.cloud.dialogflow_v2.services.documents.DocumentsClient.reload_document

google.cloud.dialogflow_v2.services.documents.DocumentsClient.update_document

update_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.document.UpdateDocumentRequest,dict]]=None,*,document:typing.Optional[google.cloud.dialogflow_v2.types.document.Document]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.documents.pagers.ListDocumentsAsyncPager

ListDocumentsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.document.ListDocumentsResponse],],request:google.cloud.dialogflow_v2.types.document.ListDocumentsRequest,response:google.cloud.dialogflow_v2.types.document.ListDocumentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.documents.pagers.ListDocumentsPager

ListDocumentsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.document.ListDocumentsResponse],request:google.cloud.dialogflow_v2.types.document.ListDocumentsRequest,response:google.cloud.dialogflow_v2.types.document.ListDocumentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient

EncryptionSpecServiceAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the encryption spec service async client.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.encryption_spec_path

encryption_spec_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_encryption_spec

get_encryption_spec(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.encryption_spec.GetEncryptionSpecRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.encryption_spec.EncryptionSpec

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.initialize_encryption_spec

initialize_encryption_spec(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.encryption_spec.InitializeEncryptionSpecRequest,dict,]]=None,*,encryption_spec:typing.Optional[google.cloud.dialogflow_v2.types.encryption_spec.EncryptionSpec]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.list_locations

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.list_operations

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_encryption_spec_path

parse_encryption_spec_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient

EncryptionSpecServiceClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.cancel_operation

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.encryption_spec_path

encryption_spec_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_file

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_info

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_json

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.get_encryption_spec

get_encryption_spec(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.encryption_spec.GetEncryptionSpecRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.encryption_spec.EncryptionSpec

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.initialize_encryption_spec

initialize_encryption_spec(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.encryption_spec.InitializeEncryptionSpecRequest,dict,]]=None,*,encryption_spec:typing.Optional[google.cloud.dialogflow_v2.types.encryption_spec.EncryptionSpec]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.list_locations

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.list_operations

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.encryption_spec_service.EncryptionSpecServiceClient.parse_encryption_spec_path

parse_encryption_spec_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient

EntityTypesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.entity_types.transports.base.EntityTypesTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.entity_types.transports.base.EntityTypesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the entity types async client.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.batch_create_entities

batch_create_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchCreateEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entities:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2.types.entity_type.EntityType.Entity]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Creates multiple new entities in the specified entity type.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.batch_create_entities

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.batch_delete_entities

batch_delete_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchDeleteEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_values:typing.Optional[typing.MutableSequence[str]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.batch_delete_entity_types

batch_delete_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchDeleteEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_type_names:typing.Optional[typing.MutableSequence[str]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.batch_update_entities

batch_update_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchUpdateEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entities:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2.types.entity_type.EntityType.Entity]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Updates or creates multiple entities in the specified entitytype.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.batch_update_entities

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.batch_update_entity_types

batch_update_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchUpdateEntityTypesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Updates/Creates multiple entity types in the specified agent.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.batch_update_entity_types

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.create_entity_type

create_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.CreateEntityTypeRequest,dict]]=None,*,parent:typing.Optional[str]=None,entity_type:typing.Optional[google.cloud.dialogflow_v2.types.entity_type.EntityType]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.entity_type.EntityType

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.delete_entity_type

delete_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.DeleteEntityTypeRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.entity_type_path

entity_type_path(project:str,entity_type:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.get_entity_type

get_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.GetEntityTypeRequest,dict]]=None,*,name:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.entity_type.EntityType

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.get_operation

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.entity_types.transports.base.EntityTypesTransport]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.list_entity_types

list_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.ListEntityTypesRequest,dict]]=None,*,parent:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.entity_types.pagers.ListEntityTypesAsyncPager

Returns the list of all entity types in the specifiedagent.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.list_entity_types

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.list_locations

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.list_operations

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.parse_entity_type_path

parse_entity_type_path(path:str)->typing.Dict[str,str]

Parses a entity_type path into its component segments.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.parse_entity_type_path

google.cloud.dialogflow_v2.services.entity_types.EntityTypesAsyncClient.update_entity_type

update_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.UpdateEntityTypeRequest,dict]]=None,*,entity_type:typing.Optional[google.cloud.dialogflow_v2.types.entity_type.EntityType]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.entity_type.EntityType

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient

EntityTypesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.entity_types.transports.base.EntityTypesTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.entity_types.transports.base.EntityTypesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the entity types client.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.exit

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.batch_create_entities

batch_create_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchCreateEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entities:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2.types.entity_type.EntityType.Entity]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Creates multiple new entities in the specified entity type.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.batch_create_entities

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.batch_delete_entities

batch_delete_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchDeleteEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_values:typing.Optional[typing.MutableSequence[str]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.batch_delete_entity_types

batch_delete_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchDeleteEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_type_names:typing.Optional[typing.MutableSequence[str]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.batch_update_entities

batch_update_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchUpdateEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entities:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2.types.entity_type.EntityType.Entity]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Updates or creates multiple entities in the specified entitytype.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.batch_update_entities

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.batch_update_entity_types

batch_update_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.BatchUpdateEntityTypesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Updates/Creates multiple entity types in the specified agent.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.batch_update_entity_types

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.cancel_operation

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.create_entity_type

create_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.CreateEntityTypeRequest,dict]]=None,*,parent:typing.Optional[str]=None,entity_type:typing.Optional[google.cloud.dialogflow_v2.types.entity_type.EntityType]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.entity_type.EntityType

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.delete_entity_type

delete_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.DeleteEntityTypeRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.entity_type_path

entity_type_path(project:str,entity_type:str)->str

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.from_service_account_file

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.from_service_account_info

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.from_service_account_json

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.get_entity_type

get_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.GetEntityTypeRequest,dict]]=None,*,name:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.entity_type.EntityType

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.get_operation

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.list_entity_types

list_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.ListEntityTypesRequest,dict]]=None,*,parent:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.entity_types.pagers.ListEntityTypesPager

Returns the list of all entity types in the specifiedagent.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.list_entity_types

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.list_locations

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.list_operations

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.parse_entity_type_path

parse_entity_type_path(path:str)->typing.Dict[str,str]

Parses a entity_type path into its component segments.

See more:google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.parse_entity_type_path

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.update_entity_type

update_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.entity_type.UpdateEntityTypeRequest,dict]]=None,*,entity_type:typing.Optional[google.cloud.dialogflow_v2.types.entity_type.EntityType]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.entity_type.EntityType

google.cloud.dialogflow_v2.services.entity_types.pagers.ListEntityTypesAsyncPager

ListEntityTypesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.entity_type.ListEntityTypesResponse],],request:google.cloud.dialogflow_v2.types.entity_type.ListEntityTypesRequest,response:google.cloud.dialogflow_v2.types.entity_type.ListEntityTypesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.entity_types.pagers.ListEntityTypesPager

ListEntityTypesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.entity_type.ListEntityTypesResponse],request:google.cloud.dialogflow_v2.types.entity_type.ListEntityTypesRequest,response:google.cloud.dialogflow_v2.types.entity_type.ListEntityTypesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient

EnvironmentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.environments.transports.base.EnvironmentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.environments.transports.base.EnvironmentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the environments async client.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.create_environment

create_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.CreateEnvironmentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.environment.Environment

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.delete_environment

delete_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.DeleteEnvironmentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.environment_path

environment_path(project:str,environment:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.fulfillment_path

fulfillment_path(project:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.get_environment

get_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.GetEnvironmentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.environment.Environment

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.get_environment_history

get_environment_history(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.GetEnvironmentHistoryRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.environments.pagers.GetEnvironmentHistoryAsyncPager)

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.environments.transports.base.EnvironmentsTransport]

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.list_environments

list_environments(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.ListEnvironmentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.environments.pagers.ListEnvironmentsAsyncPager

Returns the list of all non-default environments ofthe specified agent.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.list_environments

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.parse_environment_path

parse_environment_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.parse_fulfillment_path

parse_fulfillment_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.parse_version_path

parse_version_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.update_environment

update_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.UpdateEnvironmentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.environment.Environment

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.version_path

version_path(project:str,version:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient

EnvironmentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.environments.transports.base.EnvironmentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.environments.transports.base.EnvironmentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the environments client.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.exit

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.cancel_operation

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.create_environment

create_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.CreateEnvironmentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.environment.Environment

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.delete_environment

delete_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.DeleteEnvironmentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.environment_path

environment_path(project:str,environment:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.from_service_account_file

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.from_service_account_info

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.from_service_account_json

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.fulfillment_path

fulfillment_path(project:str)->str

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.get_environment

get_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.GetEnvironmentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.environment.Environment

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.get_environment_history

get_environment_history(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.GetEnvironmentHistoryRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.environments.pagers.GetEnvironmentHistoryPager

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.get_operation

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.list_environments

list_environments(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.ListEnvironmentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.environments.pagers.ListEnvironmentsPager

Returns the list of all non-default environments ofthe specified agent.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.list_environments

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.list_locations

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.list_operations

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_environment_path

parse_environment_path(path:str)->typing.Dict[str,str]

Parses a environment path into its component segments.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_environment_path

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_fulfillment_path

parse_fulfillment_path(path:str)->typing.Dict[str,str]

Parses a fulfillment path into its component segments.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_fulfillment_path

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_version_path

parse_version_path(path:str)->typing.Dict[str,str]

Parses a version path into its component segments.

See more:google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_version_path

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.update_environment

update_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.environment.UpdateEnvironmentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.environment.Environment

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.version_path

version_path(project:str,version:str)->str

google.cloud.dialogflow_v2.services.environments.pagers.GetEnvironmentHistoryAsyncPager

GetEnvironmentHistoryAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.environment.EnvironmentHistory],],request:google.cloud.dialogflow_v2.types.environment.GetEnvironmentHistoryRequest,response:google.cloud.dialogflow_v2.types.environment.EnvironmentHistory,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.environments.pagers.GetEnvironmentHistoryPager

GetEnvironmentHistoryPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.environment.EnvironmentHistory],request:google.cloud.dialogflow_v2.types.environment.GetEnvironmentHistoryRequest,response:google.cloud.dialogflow_v2.types.environment.EnvironmentHistory,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.environments.pagers.ListEnvironmentsAsyncPager

ListEnvironmentsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.environment.ListEnvironmentsResponse],],request:google.cloud.dialogflow_v2.types.environment.ListEnvironmentsRequest,response:google.cloud.dialogflow_v2.types.environment.ListEnvironmentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.environments.pagers.ListEnvironmentsPager

ListEnvironmentsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.environment.ListEnvironmentsResponse],request:google.cloud.dialogflow_v2.types.environment.ListEnvironmentsRequest,response:google.cloud.dialogflow_v2.types.environment.ListEnvironmentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient

FulfillmentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.fulfillments.transports.base.FulfillmentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.fulfillments.transports.base.FulfillmentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the fulfillments async client.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.fulfillment_path

fulfillment_path(project:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.get_fulfillment

get_fulfillment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.fulfillment.GetFulfillmentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.fulfillment.Fulfillment

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.fulfillments.transports.base.FulfillmentsTransport]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.parse_fulfillment_path

parse_fulfillment_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.update_fulfillment

update_fulfillment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.fulfillment.UpdateFulfillmentRequest,dict]]=None,*,fulfillment:typing.Optional[google.cloud.dialogflow_v2.types.fulfillment.Fulfillment]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.fulfillment.Fulfillment

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient

FulfillmentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.fulfillments.transports.base.FulfillmentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.fulfillments.transports.base.FulfillmentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the fulfillments client.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.exit

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.cancel_operation

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.from_service_account_file

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.from_service_account_info

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.from_service_account_json

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.fulfillment_path

fulfillment_path(project:str)->str

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.get_fulfillment

get_fulfillment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.fulfillment.GetFulfillmentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.fulfillment.Fulfillment

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.get_operation

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.list_locations

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.list_operations

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.parse_fulfillment_path

parse_fulfillment_path(path:str)->typing.Dict[str,str]

Parses a fulfillment path into its component segments.

See more:google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.parse_fulfillment_path

google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.update_fulfillment

update_fulfillment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.fulfillment.UpdateFulfillmentRequest,dict]]=None,*,fulfillment:typing.Optional[google.cloud.dialogflow_v2.types.fulfillment.Fulfillment]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.fulfillment.Fulfillment

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient

GeneratorsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.generators.transports.base.GeneratorsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.generators.transports.base.GeneratorsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the generators async client.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.create_generator

create_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.CreateGeneratorRequest,dict]]=None,*,parent:typing.Optional[str]=None,generator:typing.Optional[google.cloud.dialogflow_v2.types.generator.Generator]=None,generator_id:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.generator.Generator

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.delete_generator

delete_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.DeleteGeneratorRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.get_generator

get_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.GetGeneratorRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.generator.Generator

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.generators.transports.base.GeneratorsTransport]

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.list_generators

list_generators(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.ListGeneratorsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.generators.pagers.ListGeneratorsAsyncPager

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

Parses a generator path into its component segments.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.parse_generator_path

google.cloud.dialogflow_v2.services.generators.GeneratorsAsyncClient.update_generator

update_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.UpdateGeneratorRequest,dict]]=None,*,generator:typing.Optional[google.cloud.dialogflow_v2.types.generator.Generator]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.generator.Generator

google.cloud.dialogflow_v2.services.generators.GeneratorsClient

GeneratorsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.generators.transports.base.GeneratorsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.generators.transports.base.GeneratorsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the generators client.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.exit

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.cancel_operation

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.create_generator

create_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.CreateGeneratorRequest,dict]]=None,*,parent:typing.Optional[str]=None,generator:typing.Optional[google.cloud.dialogflow_v2.types.generator.Generator]=None,generator_id:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.generator.Generator

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.delete_generator

delete_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.DeleteGeneratorRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.from_service_account_file

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.from_service_account_info

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.from_service_account_json

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.generator_path

generator_path(project:str,location:str,generator:str)->str

Returns a fully-qualified generator string.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.generator_path

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.get_generator

get_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.GetGeneratorRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.generator.Generator

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.get_operation

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.list_generators

list_generators(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.ListGeneratorsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.generators.pagers.ListGeneratorsPager

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.list_locations

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.list_operations

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

Parses a generator path into its component segments.

See more:google.cloud.dialogflow_v2.services.generators.GeneratorsClient.parse_generator_path

google.cloud.dialogflow_v2.services.generators.GeneratorsClient.update_generator

update_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.generator.UpdateGeneratorRequest,dict]]=None,*,generator:typing.Optional[google.cloud.dialogflow_v2.types.generator.Generator]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.generator.Generator

google.cloud.dialogflow_v2.services.generators.pagers.ListGeneratorsAsyncPager

ListGeneratorsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.generator.ListGeneratorsResponse],],request:google.cloud.dialogflow_v2.types.generator.ListGeneratorsRequest,response:google.cloud.dialogflow_v2.types.generator.ListGeneratorsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.generators.pagers.ListGeneratorsPager

ListGeneratorsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.generator.ListGeneratorsResponse],request:google.cloud.dialogflow_v2.types.generator.ListGeneratorsRequest,response:google.cloud.dialogflow_v2.types.generator.ListGeneratorsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient

IntentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.intents.transports.base.IntentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.intents.transports.base.IntentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the intents async client.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.batch_delete_intents

batch_delete_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.BatchDeleteIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,intents:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2.types.intent.Intent]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.batch_update_intents

batch_update_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.BatchUpdateIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,intent_batch_uri:typing.Optional[str]=None,intent_batch_inline:typing.Optional[google.cloud.dialogflow_v2.types.intent.IntentBatch]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Updates/Creates multiple intents in the specified agent.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.batch_update_intents

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

Returns a fully-qualified context string.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.context_path

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.create_intent

create_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.CreateIntentRequest,dict]]=None,*,parent:typing.Optional[str]=None,intent:typing.Optional[google.cloud.dialogflow_v2.types.intent.Intent]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.intent.Intent

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.delete_intent

delete_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.DeleteIntentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Deletes the specified intent and its direct or indirect followupintents.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.delete_intent

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.get_intent

get_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.GetIntentRequest,dict]]=None,*,name:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.intent.Intent

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.intents.transports.base.IntentsTransport]

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.list_intents

list_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.ListIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.intents.pagers.ListIntentsAsyncPager

Returns the list of all intents in the specifiedagent.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.list_intents

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_context_path

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

Parses a intent path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_intent_path

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.update_intent

update_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.UpdateIntentRequest,dict]]=None,*,intent:typing.Optional[google.cloud.dialogflow_v2.types.intent.Intent]=None,language_code:typing.Optional[str]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.intent.Intent

google.cloud.dialogflow_v2.services.intents.IntentsClient

IntentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.intents.transports.base.IntentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.intents.transports.base.IntentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the intents client.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient

google.cloud.dialogflow_v2.services.intents.IntentsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.exit

google.cloud.dialogflow_v2.services.intents.IntentsClient.batch_delete_intents

batch_delete_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.BatchDeleteIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,intents:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2.types.intent.Intent]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2.services.intents.IntentsClient.batch_update_intents

batch_update_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.BatchUpdateIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,intent_batch_uri:typing.Optional[str]=None,intent_batch_inline:typing.Optional[google.cloud.dialogflow_v2.types.intent.IntentBatch]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Updates/Creates multiple intents in the specified agent.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.batch_update_intents

google.cloud.dialogflow_v2.services.intents.IntentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.cancel_operation

google.cloud.dialogflow_v2.services.intents.IntentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

Returns a fully-qualified billing_account string.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.common_billing_account_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.intents.IntentsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.intents.IntentsClient.common_organization_path

common_organization_path(organization:str)->str

Returns a fully-qualified organization string.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.common_organization_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.intents.IntentsClient.context_path

context_path(project:str,session:str,context:str)->str

Returns a fully-qualified context string.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.context_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.create_intent

create_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.CreateIntentRequest,dict]]=None,*,parent:typing.Optional[str]=None,intent:typing.Optional[google.cloud.dialogflow_v2.types.intent.Intent]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.intent.Intent

Creates an intent in the specified agent.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.create_intent

google.cloud.dialogflow_v2.services.intents.IntentsClient.delete_intent

delete_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.DeleteIntentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Deletes the specified intent and its direct or indirect followupintents.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.delete_intent

google.cloud.dialogflow_v2.services.intents.IntentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.from_service_account_file

google.cloud.dialogflow_v2.services.intents.IntentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.from_service_account_info

google.cloud.dialogflow_v2.services.intents.IntentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.from_service_account_json

google.cloud.dialogflow_v2.services.intents.IntentsClient.get_intent

get_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.GetIntentRequest,dict]]=None,*,name:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.intent.Intent

google.cloud.dialogflow_v2.services.intents.IntentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.intents.IntentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.intents.IntentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.get_operation

google.cloud.dialogflow_v2.services.intents.IntentsClient.intent_path

intent_path(project:str,intent:str)->str

Returns a fully-qualified intent string.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.intent_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.list_intents

list_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.ListIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.intents.pagers.ListIntentsPager

Returns the list of all intents in the specifiedagent.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.list_intents

google.cloud.dialogflow_v2.services.intents.IntentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.list_locations

google.cloud.dialogflow_v2.services.intents.IntentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.list_operations

google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

Parse a folder path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_folder_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

Parse a location path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_location_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

Parse a project path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_common_project_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_context_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

Parses a intent path into its component segments.

See more:google.cloud.dialogflow_v2.services.intents.IntentsClient.parse_intent_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.update_intent

update_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.intent.UpdateIntentRequest,dict]]=None,*,intent:typing.Optional[google.cloud.dialogflow_v2.types.intent.Intent]=None,language_code:typing.Optional[str]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.intent.Intent

google.cloud.dialogflow_v2.services.intents.pagers.ListIntentsAsyncPager

ListIntentsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.intent.ListIntentsResponse],],request:google.cloud.dialogflow_v2.types.intent.ListIntentsRequest,response:google.cloud.dialogflow_v2.types.intent.ListIntentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.intents.pagers.ListIntentsPager

ListIntentsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.intent.ListIntentsResponse],request:google.cloud.dialogflow_v2.types.intent.ListIntentsRequest,response:google.cloud.dialogflow_v2.types.intent.ListIntentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient

KnowledgeBasesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.knowledge_bases.transports.base.KnowledgeBasesTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.knowledge_bases.transports.base.KnowledgeBasesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the knowledge bases async client.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.create_knowledge_base

create_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.CreateKnowledgeBaseRequest,dict,]]=None,*,parent:typing.Optional[str]=None,knowledge_base:typing.Optional[google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.delete_knowledge_base

delete_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.DeleteKnowledgeBaseRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.get_knowledge_base

get_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.GetKnowledgeBaseRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.knowledge_bases.transports.base.KnowledgeBasesTransport]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.list_knowledge_bases

list_knowledge_bases(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.knowledge_bases.pagers.ListKnowledgeBasesAsyncPager)

Returns the list of all knowledge bases of thespecified agent.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.list_knowledge_bases

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.list_locations

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.list_operations

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.update_knowledge_base

update_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.UpdateKnowledgeBaseRequest,dict,]]=None,*,knowledge_base:typing.Optional[google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient

KnowledgeBasesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.knowledge_bases.transports.base.KnowledgeBasesTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.knowledge_bases.transports.base.KnowledgeBasesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the knowledge bases client.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.cancel_operation

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.create_knowledge_base

create_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.CreateKnowledgeBaseRequest,dict,]]=None,*,parent:typing.Optional[str]=None,knowledge_base:typing.Optional[google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.delete_knowledge_base

delete_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.DeleteKnowledgeBaseRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.from_service_account_file

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.from_service_account_info

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.from_service_account_json

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.get_knowledge_base

get_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.GetKnowledgeBaseRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.get_operation

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.list_knowledge_bases

list_knowledge_bases(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.knowledge_bases.pagers.ListKnowledgeBasesPager

Returns the list of all knowledge bases of thespecified agent.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.list_knowledge_bases

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.list_locations

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.list_operations

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

Parses a knowledge_base path into its component segments.

See more:google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.parse_knowledge_base_path

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.update_knowledge_base

update_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.knowledge_base.UpdateKnowledgeBaseRequest,dict,]]=None,*,knowledge_base:typing.Optional[google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2.services.knowledge_bases.pagers.ListKnowledgeBasesAsyncPager

ListKnowledgeBasesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesResponse],],request:google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesRequest,response:google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.knowledge_bases.pagers.ListKnowledgeBasesPager

ListKnowledgeBasesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesResponse,],request:google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesRequest,response:google.cloud.dialogflow_v2.types.knowledge_base.ListKnowledgeBasesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient

ParticipantsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.participants.transports.base.ParticipantsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.participants.transports.base.ParticipantsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the participants async client.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.analyze_content

analyze_content(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.AnalyzeContentRequest,dict]]=None,*,participant:typing.Optional[str]=None,text_input:typing.Optional[google.cloud.dialogflow_v2.types.session.TextInput]=None,event_input:typing.Optional[google.cloud.dialogflow_v2.types.session.EventInput]=None,audio_input:typing.Optional[google.cloud.dialogflow_v2.types.participant.AudioInput]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.AnalyzeContentResponse

Adds a text (chat, for example), or audio (phone recording, forexample) message from a participant into the conversation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.analyze_content

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.create_participant

create_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.CreateParticipantRequest,dict]]=None,*,parent:typing.Optional[str]=None,participant:typing.Optional[google.cloud.dialogflow_v2.types.participant.Participant]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.Participant

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.get_participant

get_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.GetParticipantRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.Participant

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.participants.transports.base.ParticipantsTransport]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.list_participants

list_participants(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.ListParticipantsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.participants.pagers.ListParticipantsAsyncPager

Returns the list of all participants in the specifiedconversation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.list_participants

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.message_path

message_path(project:str,conversation:str,message:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

Parses a answer_record path into its component segments.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_answer_record_path

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_message_path

parse_message_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_participant_path

parse_participant_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

Parses a session_entity_type path into its component segments.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_session_entity_type_path

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.participant_path

participant_path(project:str,conversation:str,participant:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.streaming_analyze_content

streaming_analyze_content(requests:typing.Optional[typing.AsyncIterator[google.cloud.dialogflow_v2.types.participant.StreamingAnalyzeContentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Awaitable[typing.AsyncIterable[google.cloud.dialogflow_v2.types.participant.StreamingAnalyzeContentResponse]]

Adds a text (chat, for example), or audio (phone recording, forexample) message from a participant into the conversation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.streaming_analyze_content

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.suggest_articles

suggest_articles(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.SuggestArticlesRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.SuggestArticlesResponse

Gets suggested articles for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.suggest_articles

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.suggest_faq_answers

suggest_faq_answers(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.SuggestFaqAnswersRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.SuggestFaqAnswersResponse

Gets suggested faq answers for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.suggest_faq_answers

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.suggest_knowledge_assist

suggest_knowledge_assist(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.SuggestKnowledgeAssistRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.SuggestKnowledgeAssistResponse

Gets knowledge assist suggestions based on historicalmessages.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.suggest_knowledge_assist

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.suggest_smart_replies

suggest_smart_replies(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.SuggestSmartRepliesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.SuggestSmartRepliesResponse

Gets smart replies for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.suggest_smart_replies

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.update_participant

update_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.UpdateParticipantRequest,dict]]=None,*,participant:typing.Optional[google.cloud.dialogflow_v2.types.participant.Participant]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.Participant

google.cloud.dialogflow_v2.services.participants.ParticipantsClient

ParticipantsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.participants.transports.base.ParticipantsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.participants.transports.base.ParticipantsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the participants client.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.exit

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.analyze_content

analyze_content(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.AnalyzeContentRequest,dict]]=None,*,participant:typing.Optional[str]=None,text_input:typing.Optional[google.cloud.dialogflow_v2.types.session.TextInput]=None,event_input:typing.Optional[google.cloud.dialogflow_v2.types.session.EventInput]=None,audio_input:typing.Optional[google.cloud.dialogflow_v2.types.participant.AudioInput]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.AnalyzeContentResponse

Adds a text (chat, for example), or audio (phone recording, forexample) message from a participant into the conversation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.analyze_content

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.cancel_operation

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.create_participant

create_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.CreateParticipantRequest,dict]]=None,*,parent:typing.Optional[str]=None,participant:typing.Optional[google.cloud.dialogflow_v2.types.participant.Participant]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.Participant

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.from_service_account_file

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.from_service_account_info

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.from_service_account_json

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.get_operation

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.get_participant

get_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.GetParticipantRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.Participant

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.list_locations

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.list_operations

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.list_participants

list_participants(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.ListParticipantsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.participants.pagers.ListParticipantsPager

Returns the list of all participants in the specifiedconversation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.list_participants

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.message_path

message_path(project:str,conversation:str,message:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

Parses a answer_record path into its component segments.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_answer_record_path

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_context_path

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

Parses a intent path into its component segments.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_intent_path

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_message_path

parse_message_path(path:str)->typing.Dict[str,str]

Parses a message path into its component segments.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_message_path

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_participant_path

parse_participant_path(path:str)->typing.Dict[str,str]

Parses a participant path into its component segments.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_participant_path

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

Parses a phrase_set path into its component segments.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_phrase_set_path

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

Parses a session_entity_type path into its component segments.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_session_entity_type_path

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.participant_path

participant_path(project:str,conversation:str,participant:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

Returns a fully-qualified session_entity_type string.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.session_entity_type_path

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.streaming_analyze_content

streaming_analyze_content(requests:typing.Optional[typing.Iterator[google.cloud.dialogflow_v2.types.participant.StreamingAnalyzeContentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Iterable[google.cloud.dialogflow_v2.types.participant.StreamingAnalyzeContentResponse]

Adds a text (chat, for example), or audio (phone recording, forexample) message from a participant into the conversation.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.streaming_analyze_content

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.suggest_articles

suggest_articles(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.SuggestArticlesRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.SuggestArticlesResponse

Gets suggested articles for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.suggest_articles

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.suggest_faq_answers

suggest_faq_answers(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.SuggestFaqAnswersRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.SuggestFaqAnswersResponse

Gets suggested faq answers for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.suggest_faq_answers

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.suggest_knowledge_assist

suggest_knowledge_assist(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.SuggestKnowledgeAssistRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.SuggestKnowledgeAssistResponse

Gets knowledge assist suggestions based on historicalmessages.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.suggest_knowledge_assist

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.suggest_smart_replies

suggest_smart_replies(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.SuggestSmartRepliesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.SuggestSmartRepliesResponse

Gets smart replies for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2.services.participants.ParticipantsClient.suggest_smart_replies

google.cloud.dialogflow_v2.services.participants.ParticipantsClient.update_participant

update_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.participant.UpdateParticipantRequest,dict]]=None,*,participant:typing.Optional[google.cloud.dialogflow_v2.types.participant.Participant]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.participant.Participant

google.cloud.dialogflow_v2.services.participants.pagers.ListParticipantsAsyncPager

ListParticipantsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.participant.ListParticipantsResponse],],request:google.cloud.dialogflow_v2.types.participant.ListParticipantsRequest,response:google.cloud.dialogflow_v2.types.participant.ListParticipantsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.participants.pagers.ListParticipantsPager

ListParticipantsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.participant.ListParticipantsResponse],request:google.cloud.dialogflow_v2.types.participant.ListParticipantsRequest,response:google.cloud.dialogflow_v2.types.participant.ListParticipantsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient

SessionEntityTypesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.session_entity_types.transports.base.SessionEntityTypesTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.session_entity_types.transports.base.SessionEntityTypesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the session entity types async client.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.create_session_entity_type

create_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.CreateSessionEntityTypeRequest,dict,]]=None,*,parent:typing.Optional[str]=None,session_entity_type:typing.Optional[google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.delete_session_entity_type

delete_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.DeleteSessionEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.get_session_entity_type

get_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.GetSessionEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.session_entity_types.transports.base.SessionEntityTypesTransport]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.list_locations

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.list_operations

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.list_session_entity_types

list_session_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.ListSessionEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.session_entity_types.pagers.ListSessionEntityTypesAsyncPager)

Returns the list of all session entity types in thespecified session.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.list_session_entity_types

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.update_session_entity_type

update_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.UpdateSessionEntityTypeRequest,dict,]]=None,*,session_entity_type:typing.Optional[google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient

SessionEntityTypesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.session_entity_types.transports.base.SessionEntityTypesTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.session_entity_types.transports.base.SessionEntityTypesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the session entity types client.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.cancel_operation

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.create_session_entity_type

create_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.CreateSessionEntityTypeRequest,dict,]]=None,*,parent:typing.Optional[str]=None,session_entity_type:typing.Optional[google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.delete_session_entity_type

delete_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.DeleteSessionEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.from_service_account_file

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.from_service_account_info

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.from_service_account_json

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.get_session_entity_type

get_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.GetSessionEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.list_locations

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.list_operations

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.list_session_entity_types

list_session_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.ListSessionEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2.services.session_entity_types.pagers.ListSessionEntityTypesPager)

Returns the list of all session entity types in thespecified session.

See more:google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.list_session_entity_types

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesClient.update_session_entity_type

update_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session_entity_type.UpdateSessionEntityTypeRequest,dict,]]=None,*,session_entity_type:typing.Optional[google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2.services.session_entity_types.pagers.ListSessionEntityTypesAsyncPager

ListSessionEntityTypesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.session_entity_type.ListSessionEntityTypesResponse],],request:google.cloud.dialogflow_v2.types.session_entity_type.ListSessionEntityTypesRequest,response:google.cloud.dialogflow_v2.types.session_entity_type.ListSessionEntityTypesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.session_entity_types.pagers.ListSessionEntityTypesPager

ListSessionEntityTypesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.session_entity_type.ListSessionEntityTypesResponse,],request:google.cloud.dialogflow_v2.types.session_entity_type.ListSessionEntityTypesRequest,response:google.cloud.dialogflow_v2.types.session_entity_type.ListSessionEntityTypesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient

SessionsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.sessions.transports.base.SessionsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.sessions.transports.base.SessionsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the sessions async client.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.detect_intent

detect_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session.DetectIntentRequest,dict]]=None,*,session:typing.Optional[str]=None,query_input:typing.Optional[google.cloud.dialogflow_v2.types.session.QueryInput]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.session.DetectIntentResponse

Processes a natural language query and returns structured,actionable data as a result.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.detect_intent

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.sessions.transports.base.SessionsTransport]

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_context_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

Parses a intent path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_intent_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

Parses a phrase_set path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_phrase_set_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

Parses a session_entity_type path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_session_entity_type_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_session_path

parse_session_path(path:str)->typing.Dict[str,str]

Parses a session path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_session_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

Returns a fully-qualified session_entity_type string.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.session_entity_type_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.session_path

session_path(project:str,session:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.streaming_detect_intent

streaming_detect_intent(requests:typing.Optional[typing.AsyncIterator[google.cloud.dialogflow_v2.types.session.StreamingDetectIntentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Awaitable[typing.AsyncIterable[google.cloud.dialogflow_v2.types.session.StreamingDetectIntentResponse]]

Processes a natural language query in audio format in astreaming fashion and returns structured, actionable data as aresult.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.streaming_detect_intent

google.cloud.dialogflow_v2.services.sessions.SessionsClient

SessionsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.sessions.transports.base.SessionsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.sessions.transports.base.SessionsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the sessions client.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient

google.cloud.dialogflow_v2.services.sessions.SessionsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.exit

google.cloud.dialogflow_v2.services.sessions.SessionsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.cancel_operation

google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

Returns a fully-qualified billing_account string.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_billing_account_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.sessions.SessionsClient.context_path

context_path(project:str,session:str,context:str)->str

Returns a fully-qualified context string.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.context_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.detect_intent

detect_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.session.DetectIntentRequest,dict]]=None,*,session:typing.Optional[str]=None,query_input:typing.Optional[google.cloud.dialogflow_v2.types.session.QueryInput]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.session.DetectIntentResponse

Processes a natural language query and returns structured,actionable data as a result.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.detect_intent

google.cloud.dialogflow_v2.services.sessions.SessionsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.from_service_account_file

google.cloud.dialogflow_v2.services.sessions.SessionsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.from_service_account_info

google.cloud.dialogflow_v2.services.sessions.SessionsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.from_service_account_json

google.cloud.dialogflow_v2.services.sessions.SessionsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.sessions.SessionsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.sessions.SessionsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.get_operation

google.cloud.dialogflow_v2.services.sessions.SessionsClient.intent_path

intent_path(project:str,intent:str)->str

Returns a fully-qualified intent string.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.intent_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.list_locations

google.cloud.dialogflow_v2.services.sessions.SessionsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.list_operations

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

Parse a folder path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_folder_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

Parse a location path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_location_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

Parse a project path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_common_project_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_context_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

Parses a intent path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_intent_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

Parses a phrase_set path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_phrase_set_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

Parses a session_entity_type path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_session_entity_type_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_session_path

parse_session_path(path:str)->typing.Dict[str,str]

Parses a session path into its component segments.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.parse_session_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

Returns a fully-qualified phrase_set string.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.phrase_set_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

Returns a fully-qualified session_entity_type string.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.session_entity_type_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.session_path

session_path(project:str,session:str)->str

Returns a fully-qualified session string.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.session_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.streaming_detect_intent

streaming_detect_intent(requests:typing.Optional[typing.Iterator[google.cloud.dialogflow_v2.types.session.StreamingDetectIntentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Iterable[google.cloud.dialogflow_v2.types.session.StreamingDetectIntentResponse]

Processes a natural language query in audio format in astreaming fashion and returns structured, actionable data as aresult.

See more:google.cloud.dialogflow_v2.services.sessions.SessionsClient.streaming_detect_intent

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient

VersionsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.versions.transports.base.VersionsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.versions.transports.base.VersionsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the versions async client.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.cancel_operation

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.create_version

create_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.CreateVersionRequest,dict]]=None,*,parent:typing.Optional[str]=None,version:typing.Optional[google.cloud.dialogflow_v2.types.version.Version]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.version.Version

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.delete_version

delete_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.DeleteVersionRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.get_operation

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2.services.versions.transports.base.VersionsTransport]

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.get_version

get_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.GetVersionRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.version.Version

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.list_locations

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.list_operations

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.list_versions

list_versions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.ListVersionsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.versions.pagers.ListVersionsAsyncPager

Returns the list of all versions of the specifiedagent.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.list_versions

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.parse_version_path

parse_version_path(path:str)->typing.Dict[str,str]

Parses a version path into its component segments.

See more:google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.parse_version_path

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.update_version

update_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.UpdateVersionRequest,dict]]=None,*,version:typing.Optional[google.cloud.dialogflow_v2.types.version.Version]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.version.Version

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.version_path

version_path(project:str,version:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsClient

VersionsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2.services.versions.transports.base.VersionsTransport,typing.Callable[[...],google.cloud.dialogflow_v2.services.versions.transports.base.VersionsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the versions client.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient

google.cloud.dialogflow_v2.services.versions.VersionsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.exit

google.cloud.dialogflow_v2.services.versions.VersionsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.cancel_operation

google.cloud.dialogflow_v2.services.versions.VersionsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

Returns a fully-qualified billing_account string.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.common_billing_account_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2.services.versions.VersionsClient.create_version

create_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.CreateVersionRequest,dict]]=None,*,parent:typing.Optional[str]=None,version:typing.Optional[google.cloud.dialogflow_v2.types.version.Version]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.version.Version

google.cloud.dialogflow_v2.services.versions.VersionsClient.delete_version

delete_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.DeleteVersionRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2.services.versions.VersionsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.from_service_account_file

google.cloud.dialogflow_v2.services.versions.VersionsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.from_service_account_info

google.cloud.dialogflow_v2.services.versions.VersionsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.from_service_account_json

google.cloud.dialogflow_v2.services.versions.VersionsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2.services.versions.VersionsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2.services.versions.VersionsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.get_operation

google.cloud.dialogflow_v2.services.versions.VersionsClient.get_version

get_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.GetVersionRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.version.Version

google.cloud.dialogflow_v2.services.versions.VersionsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.list_locations

google.cloud.dialogflow_v2.services.versions.VersionsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.list_operations

google.cloud.dialogflow_v2.services.versions.VersionsClient.list_versions

list_versions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.ListVersionsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.services.versions.pagers.ListVersionsPager

Returns the list of all versions of the specifiedagent.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.list_versions

google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

Parse a folder path into its component segments.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_folder_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

Parse a location path into its component segments.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_location_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

Parse a project path into its component segments.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_common_project_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_version_path

parse_version_path(path:str)->typing.Dict[str,str]

Parses a version path into its component segments.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.parse_version_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.update_version

update_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2.types.version.UpdateVersionRequest,dict]]=None,*,version:typing.Optional[google.cloud.dialogflow_v2.types.version.Version]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2.types.version.Version

google.cloud.dialogflow_v2.services.versions.VersionsClient.version_path

version_path(project:str,version:str)->str

Returns a fully-qualified version string.

See more:google.cloud.dialogflow_v2.services.versions.VersionsClient.version_path

google.cloud.dialogflow_v2.services.versions.pagers.ListVersionsAsyncPager

ListVersionsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2.types.version.ListVersionsResponse],],request:google.cloud.dialogflow_v2.types.version.ListVersionsRequest,response:google.cloud.dialogflow_v2.types.version.ListVersionsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2.services.versions.pagers.ListVersionsPager

ListVersionsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2.types.version.ListVersionsResponse],request:google.cloud.dialogflow_v2.types.version.ListVersionsRequest,response:google.cloud.dialogflow_v2.types.version.ListVersionsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient

AgentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.agents.transports.base.AgentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.agents.transports.base.AgentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the agents async client.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.agent_path

agent_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.delete_agent

delete_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.DeleteAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.export_agent

export_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.ExportAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.get_agent

get_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.GetAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.agent.Agent

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.agents.transports.base.AgentsTransport]

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.get_validation_result

get_validation_result(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.GetValidationResultRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.validation_result.ValidationResult

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.import_agent

import_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.ImportAgentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Imports the specified agent from a ZIP file.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.import_agent

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

Parses a agent path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.parse_agent_path

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.parse_common_billing_account_path

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.restore_agent

restore_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.RestoreAgentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Restores the specified agent from a ZIP file.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.restore_agent

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.search_agents

search_agents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.SearchAgentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.agents.pagers.SearchAgentsAsyncPager

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.set_agent

set_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.SetAgentRequest,dict]]=None,*,agent:typing.Optional[google.cloud.dialogflow_v2beta1.types.agent.Agent]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.agent.Agent

google.cloud.dialogflow_v2beta1.services.agents.AgentsAsyncClient.train_agent

train_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.TrainAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient

AgentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.agents.transports.base.AgentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.agents.transports.base.AgentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the agents client.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.exit

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.agent_path

agent_path(project:str)->str

Returns a fully-qualified agent string.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.agent_path

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.delete_agent

delete_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.DeleteAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.export_agent

export_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.ExportAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Exports the specified agent to a ZIP file.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.export_agent

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.get_agent

get_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.GetAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.agent.Agent

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.get_operation

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.get_validation_result

get_validation_result(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.GetValidationResultRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.validation_result.ValidationResult

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.import_agent

import_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.ImportAgentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Imports the specified agent from a ZIP file.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.import_agent

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.list_locations

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.list_operations

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

Parses a agent path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_agent_path

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

Parse a folder path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_folder_path

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

Parse a location path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_location_path

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_organization_path

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

Parse a project path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.parse_common_project_path

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.restore_agent

restore_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.RestoreAgentRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Restores the specified agent from a ZIP file.

See more:google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.restore_agent

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.search_agents

search_agents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.SearchAgentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.agents.pagers.SearchAgentsPager

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.set_agent

set_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.SetAgentRequest,dict]]=None,*,agent:typing.Optional[google.cloud.dialogflow_v2beta1.types.agent.Agent]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.agent.Agent

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.train_agent

train_agent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.agent.TrainAgentRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.agents.pagers.SearchAgentsAsyncPager

SearchAgentsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.agent.SearchAgentsResponse],],request:google.cloud.dialogflow_v2beta1.types.agent.SearchAgentsRequest,response:google.cloud.dialogflow_v2beta1.types.agent.SearchAgentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.agents.pagers.SearchAgentsPager

SearchAgentsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.agent.SearchAgentsResponse],request:google.cloud.dialogflow_v2beta1.types.agent.SearchAgentsRequest,response:google.cloud.dialogflow_v2beta1.types.agent.SearchAgentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient

AnswerRecordsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.answer_records.transports.base.AnswerRecordsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.answer_records.transports.base.AnswerRecordsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the answer records async client.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.get_answer_record

get_answer_record(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.answer_record.GetAnswerRecordRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.answer_record.AnswerRecord

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.answer_records.transports.base.AnswerRecordsTransport]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.list_answer_records

list_answer_records(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.answer_record.ListAnswerRecordsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.answer_records.pagers.ListAnswerRecordsAsyncPager)

Returns the list of all answer records in thespecified project in reverse chronological order.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.list_answer_records

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.update_answer_record

update_answer_record(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.answer_record.UpdateAnswerRecordRequest,dict,]]=None,*,answer_record:typing.Optional[google.cloud.dialogflow_v2beta1.types.answer_record.AnswerRecord]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.answer_record.AnswerRecord

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient

AnswerRecordsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.answer_records.transports.base.AnswerRecordsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.answer_records.transports.base.AnswerRecordsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.get_answer_record

get_answer_record(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.answer_record.GetAnswerRecordRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.answer_record.AnswerRecord

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.list_answer_records

list_answer_records(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.answer_record.ListAnswerRecordsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.answer_records.pagers.ListAnswerRecordsPager)

Returns the list of all answer records in thespecified project in reverse chronological order.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.list_answer_records

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.list_locations

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.list_operations

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.update_answer_record

update_answer_record(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.answer_record.UpdateAnswerRecordRequest,dict,]]=None,*,answer_record:typing.Optional[google.cloud.dialogflow_v2beta1.types.answer_record.AnswerRecord]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.answer_record.AnswerRecord

google.cloud.dialogflow_v2beta1.services.answer_records.pagers.ListAnswerRecordsAsyncPager

ListAnswerRecordsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.answer_record.ListAnswerRecordsResponse],],request:google.cloud.dialogflow_v2beta1.types.answer_record.ListAnswerRecordsRequest,response:google.cloud.dialogflow_v2beta1.types.answer_record.ListAnswerRecordsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.answer_records.pagers.ListAnswerRecordsPager

ListAnswerRecordsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.answer_record.ListAnswerRecordsResponse,],request:google.cloud.dialogflow_v2beta1.types.answer_record.ListAnswerRecordsRequest,response:google.cloud.dialogflow_v2beta1.types.answer_record.ListAnswerRecordsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient

ContextsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.contexts.transports.base.ContextsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.contexts.transports.base.ContextsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the contexts async client.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.create_context

create_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.CreateContextRequest,dict]]=None,*,parent:typing.Optional[str]=None,context:typing.Optional[google.cloud.dialogflow_v2beta1.types.context.Context]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.context.Context

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.delete_all_contexts

delete_all_contexts(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.DeleteAllContextsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Deletes all active contexts in the specified session.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.delete_all_contexts

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.delete_context

delete_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.DeleteContextRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.get_context

get_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.GetContextRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.context.Context

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.contexts.transports.base.ContextsTransport]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.list_contexts

list_contexts(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.ListContextsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.contexts.pagers.ListContextsAsyncPager

Returns the list of all contexts in the specifiedsession.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.list_contexts

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.parse_context_path

google.cloud.dialogflow_v2beta1.services.contexts.ContextsAsyncClient.update_context

update_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.UpdateContextRequest,dict]]=None,*,context:typing.Optional[google.cloud.dialogflow_v2beta1.types.context.Context]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.context.Context

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient

ContextsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.contexts.transports.base.ContextsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.contexts.transports.base.ContextsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.exit

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.create_context

create_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.CreateContextRequest,dict]]=None,*,parent:typing.Optional[str]=None,context:typing.Optional[google.cloud.dialogflow_v2beta1.types.context.Context]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.context.Context

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.delete_all_contexts

delete_all_contexts(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.DeleteAllContextsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Deletes all active contexts in the specified session.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.delete_all_contexts

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.delete_context

delete_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.DeleteContextRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.get_context

get_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.GetContextRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.context.Context

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.get_operation

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.list_contexts

list_contexts(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.ListContextsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.contexts.pagers.ListContextsPager

Returns the list of all contexts in the specifiedsession.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.list_contexts

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.list_locations

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.list_operations

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.parse_context_path

google.cloud.dialogflow_v2beta1.services.contexts.ContextsClient.update_context

update_context(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.context.UpdateContextRequest,dict]]=None,*,context:typing.Optional[google.cloud.dialogflow_v2beta1.types.context.Context]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.context.Context

google.cloud.dialogflow_v2beta1.services.contexts.pagers.ListContextsAsyncPager

ListContextsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.context.ListContextsResponse],],request:google.cloud.dialogflow_v2beta1.types.context.ListContextsRequest,response:google.cloud.dialogflow_v2beta1.types.context.ListContextsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.contexts.pagers.ListContextsPager

ListContextsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.context.ListContextsResponse],request:google.cloud.dialogflow_v2beta1.types.context.ListContextsRequest,response:google.cloud.dialogflow_v2beta1.types.context.ListContextsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient

ConversationProfilesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.conversation_profiles.transports.base.ConversationProfilesTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.conversation_profiles.transports.base.ConversationProfilesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.agent_path

agent_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.clear_suggestion_feature_config

clear_suggestion_feature_config(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.ClearSuggestionFeatureConfigRequest,dict,]]=None,*,conversation_profile:typing.Optional[str]=None,participant_role:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.Participant.Role]=None,suggestion_feature_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.SuggestionFeature.Type]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Clears a suggestion feature from a conversation profile for thegiven participant role.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.clear_suggestion_feature_config

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.conversation_profile_path

conversation_profile_path(project:str,conversation_profile:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.create_conversation_profile

create_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.CreateConversationProfileRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_profile:typing.Optional[google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.cx_security_settings_path

cx_security_settings_path(project:str,location:str,security_settings:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.delete_conversation_profile

delete_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.DeleteConversationProfileRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.get_conversation_profile

get_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.GetConversationProfileRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.conversation_profiles.transports.base.ConversationProfilesTransport]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.list_conversation_profiles

list_conversation_profiles(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.ListConversationProfilesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.conversation_profiles.pagers.ListConversationProfilesAsyncPager)

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_conversation_profile_path

parse_conversation_profile_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_cx_security_settings_path

parse_cx_security_settings_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.set_suggestion_feature_config

set_suggestion_feature_config(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.SetSuggestionFeatureConfigRequest,dict,]]=None,*,conversation_profile:typing.Optional[str]=None,participant_role:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.Participant.Role]=None,suggestion_feature_config:typing.Optional[google.cloud.dialogflow_v2beta1.types.conversation_profile.HumanAgentAssistantConfig.SuggestionFeatureConfig]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.update_conversation_profile

update_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.UpdateConversationProfileRequest,dict,]]=None,*,conversation_profile:typing.Optional[google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient

ConversationProfilesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.conversation_profiles.transports.base.ConversationProfilesTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.conversation_profiles.transports.base.ConversationProfilesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.agent_path

agent_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.clear_suggestion_feature_config

clear_suggestion_feature_config(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.ClearSuggestionFeatureConfigRequest,dict,]]=None,*,conversation_profile:typing.Optional[str]=None,participant_role:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.Participant.Role]=None,suggestion_feature_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.SuggestionFeature.Type]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Clears a suggestion feature from a conversation profile for thegiven participant role.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.clear_suggestion_feature_config

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.conversation_profile_path

conversation_profile_path(project:str,conversation_profile:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.create_conversation_profile

create_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.CreateConversationProfileRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation_profile:typing.Optional[google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.cx_security_settings_path

cx_security_settings_path(project:str,location:str,security_settings:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.delete_conversation_profile

delete_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.DeleteConversationProfileRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.get_conversation_profile

get_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.GetConversationProfileRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.list_conversation_profiles

list_conversation_profiles(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.ListConversationProfilesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.conversation_profiles.pagers.ListConversationProfilesPager)

Returns the list of all conversation profiles in thespecified project.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.list_conversation_profiles

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.list_locations

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.list_operations

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_conversation_profile_path

parse_conversation_profile_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_cx_security_settings_path

parse_cx_security_settings_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.set_suggestion_feature_config

set_suggestion_feature_config(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.SetSuggestionFeatureConfigRequest,dict,]]=None,*,conversation_profile:typing.Optional[str]=None,participant_role:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.Participant.Role]=None,suggestion_feature_config:typing.Optional[google.cloud.dialogflow_v2beta1.types.conversation_profile.HumanAgentAssistantConfig.SuggestionFeatureConfig]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.update_conversation_profile

update_conversation_profile(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation_profile.UpdateConversationProfileRequest,dict,]]=None,*,conversation_profile:typing.Optional[google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation_profile.ConversationProfile

google.cloud.dialogflow_v2beta1.services.conversation_profiles.pagers.ListConversationProfilesAsyncPager

ListConversationProfilesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.conversation_profile.ListConversationProfilesResponse],],request:google.cloud.dialogflow_v2beta1.types.conversation_profile.ListConversationProfilesRequest,response:google.cloud.dialogflow_v2beta1.types.conversation_profile.ListConversationProfilesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.conversation_profiles.pagers.ListConversationProfilesPager

ListConversationProfilesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.conversation_profile.ListConversationProfilesResponse,],request:google.cloud.dialogflow_v2beta1.types.conversation_profile.ListConversationProfilesRequest,response:google.cloud.dialogflow_v2beta1.types.conversation_profile.ListConversationProfilesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient

ConversationsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.conversations.transports.base.ConversationsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.conversations.transports.base.ConversationsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the conversations async client.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.agent_path

agent_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.batch_create_messages

batch_create_messages(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.BatchCreateMessagesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,requests:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2beta1.types.conversation.CreateMessageRequest]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.BatchCreateMessagesResponse

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.complete_conversation

complete_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.CompleteConversationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.Conversation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.conversation_path

conversation_path(project:str,conversation:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.conversation_profile_path

conversation_profile_path(project:str,conversation_profile:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.create_conversation

create_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.CreateConversationRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation:typing.Optional[google.cloud.dialogflow_v2beta1.types.conversation.Conversation]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.Conversation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.cx_security_settings_path

cx_security_settings_path(project:str,location:str,security_settings:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.data_store_path

data_store_path(project:str,location:str,collection:str,data_store:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.generate_stateless_suggestion

generate_stateless_suggestion(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSuggestionRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSuggestionResponse)

Generates and returns a suggestion for a conversationthat does not have a resource created for it.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.generate_stateless_suggestion

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.generate_stateless_summary

generate_stateless_summary(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSummaryRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSummaryResponse)

Generates and returns a summary for a conversationthat does not have a resource created for it.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.generate_stateless_summary

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.generate_suggestions

generate_suggestions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.GenerateSuggestionsRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.GenerateSuggestionsResponse

Generates all the suggestions using generatorsconfigured in the conversation profile.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.generate_suggestions

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.get_conversation

get_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.GetConversationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.Conversation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.conversations.transports.base.ConversationsTransport]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.ingest_context_references

ingest_context_references(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.IngestContextReferencesRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,context_references:typing.Optional[typing.MutableMapping[str,google.cloud.dialogflow_v2beta1.types.conversation.Conversation.ContextReference,]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.IngestContextReferencesResponse

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.list_conversations

list_conversations(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.ListConversationsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListConversationsAsyncPager)

Returns the list of all conversations in thespecified project.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.list_conversations

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.list_messages

list_messages(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.ListMessagesRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListMessagesAsyncPager)

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.message_path

message_path(project:str,conversation:str,message:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_conversation_path

parse_conversation_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_conversation_profile_path

parse_conversation_profile_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_cx_security_settings_path

parse_cx_security_settings_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_data_store_path

parse_data_store_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_message_path

parse_message_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.search_knowledge

search_knowledge(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.SearchKnowledgeRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.SearchKnowledgeResponse

Get answers for the given query based on knowledgedocuments.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.search_knowledge

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.suggest_conversation_summary

suggest_conversation_summary(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.SuggestConversationSummaryRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.types.conversation.SuggestConversationSummaryResponse)

Suggest summary for a conversation based on specifichistorical messages.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.suggest_conversation_summary

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient

ConversationsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.conversations.transports.base.ConversationsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.conversations.transports.base.ConversationsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.agent_path

agent_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.batch_create_messages

batch_create_messages(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.BatchCreateMessagesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,requests:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2beta1.types.conversation.CreateMessageRequest]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.BatchCreateMessagesResponse

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.complete_conversation

complete_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.CompleteConversationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.Conversation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.conversation_model_path

conversation_model_path(project:str,location:str,conversation_model:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.conversation_path

conversation_path(project:str,conversation:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.conversation_profile_path

conversation_profile_path(project:str,conversation_profile:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.create_conversation

create_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.CreateConversationRequest,dict,]]=None,*,parent:typing.Optional[str]=None,conversation:typing.Optional[google.cloud.dialogflow_v2beta1.types.conversation.Conversation]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.Conversation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.cx_security_settings_path

cx_security_settings_path(project:str,location:str,security_settings:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.data_store_path

data_store_path(project:str,location:str,collection:str,data_store:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.generate_stateless_suggestion

generate_stateless_suggestion(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSuggestionRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSuggestionResponse)

Generates and returns a suggestion for a conversationthat does not have a resource created for it.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.generate_stateless_suggestion

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.generate_stateless_summary

generate_stateless_summary(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSummaryRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSummaryResponse)

Generates and returns a summary for a conversationthat does not have a resource created for it.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.generate_stateless_summary

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.generate_suggestions

generate_suggestions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.GenerateSuggestionsRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.GenerateSuggestionsResponse

Generates all the suggestions using generatorsconfigured in the conversation profile.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.generate_suggestions

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.get_conversation

get_conversation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.GetConversationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.Conversation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.get_operation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.ingest_context_references

ingest_context_references(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.IngestContextReferencesRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,context_references:typing.Optional[typing.MutableMapping[str,google.cloud.dialogflow_v2beta1.types.conversation.Conversation.ContextReference,]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.IngestContextReferencesResponse

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.list_conversations

list_conversations(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.ListConversationsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListConversationsPager)

Returns the list of all conversations in thespecified project.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.list_conversations

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.list_locations

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.list_messages

list_messages(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.ListMessagesRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListMessagesPager

Lists messages that belong to a given conversation.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.list_messages

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.list_operations

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.message_path

message_path(project:str,conversation:str,message:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_agent_path

parse_agent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_conversation_model_path

parse_conversation_model_path(path:str)->typing.Dict[str,str]

Parses a conversation_model path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_conversation_model_path

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_conversation_path

parse_conversation_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_conversation_profile_path

parse_conversation_profile_path(path:str)->typing.Dict[str,str]

Parses a conversation_profile path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_conversation_profile_path

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_cx_security_settings_path

parse_cx_security_settings_path(path:str)->typing.Dict[str,str]

Parses a cx_security_settings path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_cx_security_settings_path

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_data_store_path

parse_data_store_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_message_path

parse_message_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.search_knowledge

search_knowledge(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.SearchKnowledgeRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.conversation.SearchKnowledgeResponse

Get answers for the given query based on knowledgedocuments.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.search_knowledge

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.suggest_conversation_summary

suggest_conversation_summary(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.conversation.SuggestConversationSummaryRequest,dict,]]=None,*,conversation:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.types.conversation.SuggestConversationSummaryResponse)

Suggest summary for a conversation based on specifichistorical messages.

See more:google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.suggest_conversation_summary

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListConversationsAsyncPager

ListConversationsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.conversation.ListConversationsResponse],],request:google.cloud.dialogflow_v2beta1.types.conversation.ListConversationsRequest,response:google.cloud.dialogflow_v2beta1.types.conversation.ListConversationsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListConversationsPager

ListConversationsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.conversation.ListConversationsResponse,],request:google.cloud.dialogflow_v2beta1.types.conversation.ListConversationsRequest,response:google.cloud.dialogflow_v2beta1.types.conversation.ListConversationsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListMessagesAsyncPager

ListMessagesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.conversation.ListMessagesResponse],],request:google.cloud.dialogflow_v2beta1.types.conversation.ListMessagesRequest,response:google.cloud.dialogflow_v2beta1.types.conversation.ListMessagesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListMessagesPager

ListMessagesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.conversation.ListMessagesResponse],request:google.cloud.dialogflow_v2beta1.types.conversation.ListMessagesRequest,response:google.cloud.dialogflow_v2beta1.types.conversation.ListMessagesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient

DocumentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.documents.transports.base.DocumentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.documents.transports.base.DocumentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the documents async client.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.create_document

create_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.CreateDocumentRequest,dict]]=None,*,parent:typing.Optional[str]=None,document:typing.Optional[google.cloud.dialogflow_v2beta1.types.document.Document]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.delete_document

delete_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.DeleteDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.get_document

get_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.GetDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.document.Document

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.documents.transports.base.DocumentsTransport]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.import_documents

import_documents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.ImportDocumentsRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Create documents by importing data from external sources.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.import_documents

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.list_documents

list_documents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.ListDocumentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.documents.pagers.ListDocumentsAsyncPager

Returns the list of all documents of the knowledge base.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.list_documents

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.reload_document

reload_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.ReloadDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,gcs_source:typing.Optional[google.cloud.dialogflow_v2beta1.types.gcs.GcsSource]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Reloads the specified document from its specified source,content_uri or content.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.reload_document

google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.update_document

update_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.UpdateDocumentRequest,dict]]=None,*,document:typing.Optional[google.cloud.dialogflow_v2beta1.types.document.Document]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient

DocumentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.documents.transports.base.DocumentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.documents.transports.base.DocumentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.exit

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.create_document

create_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.CreateDocumentRequest,dict]]=None,*,parent:typing.Optional[str]=None,document:typing.Optional[google.cloud.dialogflow_v2beta1.types.document.Document]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.delete_document

delete_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.DeleteDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.get_document

get_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.GetDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.document.Document

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.get_operation

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.import_documents

import_documents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.ImportDocumentsRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Create documents by importing data from external sources.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.import_documents

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.list_documents

list_documents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.ListDocumentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.documents.pagers.ListDocumentsPager

Returns the list of all documents of the knowledge base.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.list_documents

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.list_locations

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.list_operations

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

Parses a document path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.parse_document_path

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.reload_document

reload_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.ReloadDocumentRequest,dict]]=None,*,name:typing.Optional[str]=None,gcs_source:typing.Optional[google.cloud.dialogflow_v2beta1.types.gcs.GcsSource]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Reloads the specified document from its specified source,content_uri or content.

See more:google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.reload_document

google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.update_document

update_document(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.document.UpdateDocumentRequest,dict]]=None,*,document:typing.Optional[google.cloud.dialogflow_v2beta1.types.document.Document]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.documents.pagers.ListDocumentsAsyncPager

ListDocumentsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.document.ListDocumentsResponse],],request:google.cloud.dialogflow_v2beta1.types.document.ListDocumentsRequest,response:google.cloud.dialogflow_v2beta1.types.document.ListDocumentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.documents.pagers.ListDocumentsPager

ListDocumentsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.document.ListDocumentsResponse],request:google.cloud.dialogflow_v2beta1.types.document.ListDocumentsRequest,response:google.cloud.dialogflow_v2beta1.types.document.ListDocumentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient

EncryptionSpecServiceAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.encryption_spec_path

encryption_spec_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_encryption_spec

get_encryption_spec(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.encryption_spec.GetEncryptionSpecRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.encryption_spec.EncryptionSpec

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.initialize_encryption_spec

initialize_encryption_spec(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.encryption_spec.InitializeEncryptionSpecRequest,dict,]]=None,*,encryption_spec:typing.Optional[google.cloud.dialogflow_v2beta1.types.encryption_spec.EncryptionSpec]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceAsyncClient.parse_encryption_spec_path

parse_encryption_spec_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient

EncryptionSpecServiceClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.encryption_spec_service.transports.base.EncryptionSpecServiceTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.encryption_spec_path

encryption_spec_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.get_encryption_spec

get_encryption_spec(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.encryption_spec.GetEncryptionSpecRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.encryption_spec.EncryptionSpec

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.initialize_encryption_spec

initialize_encryption_spec(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.encryption_spec.InitializeEncryptionSpecRequest,dict,]]=None,*,encryption_spec:typing.Optional[google.cloud.dialogflow_v2beta1.types.encryption_spec.EncryptionSpec]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.list_locations

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.list_operations

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.encryption_spec_service.EncryptionSpecServiceClient.parse_encryption_spec_path

parse_encryption_spec_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient

EntityTypesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.entity_types.transports.base.EntityTypesTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.entity_types.transports.base.EntityTypesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the entity types async client.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.batch_create_entities

batch_create_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchCreateEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entities:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2beta1.types.entity_type.EntityType.Entity]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Creates multiple new entities in the specified entity type.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.batch_create_entities

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.batch_delete_entities

batch_delete_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchDeleteEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_values:typing.Optional[typing.MutableSequence[str]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.batch_delete_entity_types

batch_delete_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchDeleteEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_type_names:typing.Optional[typing.MutableSequence[str]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.batch_update_entities

batch_update_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchUpdateEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entities:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2beta1.types.entity_type.EntityType.Entity]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Updates or creates multiple entities in the specified entitytype.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.batch_update_entities

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.batch_update_entity_types

batch_update_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchUpdateEntityTypesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Updates/Creates multiple entity types in the specified agent.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.batch_update_entity_types

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.create_entity_type

create_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.CreateEntityTypeRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.entity_type.EntityType]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.entity_type.EntityType

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.delete_entity_type

delete_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.DeleteEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.entity_type_path

entity_type_path(project:str,entity_type:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.get_entity_type

get_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.GetEntityTypeRequest,dict]]=None,*,name:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.entity_type.EntityType

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.entity_types.transports.base.EntityTypesTransport]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.list_entity_types

list_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.ListEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.entity_types.pagers.ListEntityTypesAsyncPager)

Returns the list of all entity types in the specifiedagent.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.list_entity_types

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.parse_entity_type_path

parse_entity_type_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.update_entity_type

update_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.UpdateEntityTypeRequest,dict,]]=None,*,entity_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.entity_type.EntityType]=None,language_code:typing.Optional[str]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.entity_type.EntityType

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient

EntityTypesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.entity_types.transports.base.EntityTypesTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.entity_types.transports.base.EntityTypesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.exit

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.batch_create_entities

batch_create_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchCreateEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entities:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2beta1.types.entity_type.EntityType.Entity]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Creates multiple new entities in the specified entity type.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.batch_create_entities

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.batch_delete_entities

batch_delete_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchDeleteEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_values:typing.Optional[typing.MutableSequence[str]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.batch_delete_entity_types

batch_delete_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchDeleteEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_type_names:typing.Optional[typing.MutableSequence[str]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.batch_update_entities

batch_update_entities(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchUpdateEntitiesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entities:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2beta1.types.entity_type.EntityType.Entity]]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Updates or creates multiple entities in the specified entitytype.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.batch_update_entities

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.batch_update_entity_types

batch_update_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.BatchUpdateEntityTypesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Updates/Creates multiple entity types in the specified agent.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.batch_update_entity_types

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.create_entity_type

create_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.CreateEntityTypeRequest,dict,]]=None,*,parent:typing.Optional[str]=None,entity_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.entity_type.EntityType]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.entity_type.EntityType

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.delete_entity_type

delete_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.DeleteEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.entity_type_path

entity_type_path(project:str,entity_type:str)->str

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.get_entity_type

get_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.GetEntityTypeRequest,dict]]=None,*,name:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.entity_type.EntityType

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.get_operation

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.list_entity_types

list_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.ListEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.entity_types.pagers.ListEntityTypesPager

Returns the list of all entity types in the specifiedagent.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.list_entity_types

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.list_locations

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.list_operations

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.parse_entity_type_path

parse_entity_type_path(path:str)->typing.Dict[str,str]

Parses a entity_type path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.parse_entity_type_path

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient.update_entity_type

update_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.entity_type.UpdateEntityTypeRequest,dict,]]=None,*,entity_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.entity_type.EntityType]=None,language_code:typing.Optional[str]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.entity_type.EntityType

google.cloud.dialogflow_v2beta1.services.entity_types.pagers.ListEntityTypesAsyncPager

ListEntityTypesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.entity_type.ListEntityTypesResponse],],request:google.cloud.dialogflow_v2beta1.types.entity_type.ListEntityTypesRequest,response:google.cloud.dialogflow_v2beta1.types.entity_type.ListEntityTypesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.entity_types.pagers.ListEntityTypesPager

ListEntityTypesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.entity_type.ListEntityTypesResponse],request:google.cloud.dialogflow_v2beta1.types.entity_type.ListEntityTypesRequest,response:google.cloud.dialogflow_v2beta1.types.entity_type.ListEntityTypesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient

EnvironmentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.environments.transports.base.EnvironmentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.environments.transports.base.EnvironmentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the environments async client.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.create_environment

create_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.CreateEnvironmentRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.environment.Environment

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.delete_environment

delete_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.DeleteEnvironmentRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.environment_path

environment_path(project:str,environment:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.fulfillment_path

fulfillment_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.get_environment

get_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.GetEnvironmentRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.environment.Environment

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.get_environment_history

get_environment_history(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.GetEnvironmentHistoryRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.environments.pagers.GetEnvironmentHistoryAsyncPager)

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.environments.transports.base.EnvironmentsTransport]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.list_environments

list_environments(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.ListEnvironmentsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.environments.pagers.ListEnvironmentsAsyncPager)

Returns the list of all non-draft environments of thespecified agent.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.list_environments

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.parse_environment_path

parse_environment_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.parse_fulfillment_path

parse_fulfillment_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.parse_version_path

parse_version_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.update_environment

update_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.UpdateEnvironmentRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.environment.Environment

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.version_path

version_path(project:str,version:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient

EnvironmentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.environments.transports.base.EnvironmentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.environments.transports.base.EnvironmentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.create_environment

create_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.CreateEnvironmentRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.environment.Environment

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.delete_environment

delete_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.DeleteEnvironmentRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.environment_path

environment_path(project:str,environment:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.fulfillment_path

fulfillment_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.get_environment

get_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.GetEnvironmentRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.environment.Environment

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.get_environment_history

get_environment_history(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.GetEnvironmentHistoryRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.environments.pagers.GetEnvironmentHistoryPager)

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.get_operation

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.list_environments

list_environments(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.ListEnvironmentsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.environments.pagers.ListEnvironmentsPager

Returns the list of all non-draft environments of thespecified agent.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.list_environments

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.list_locations

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.list_operations

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.parse_environment_path

parse_environment_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.parse_fulfillment_path

parse_fulfillment_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.parse_version_path

parse_version_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.update_environment

update_environment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.environment.UpdateEnvironmentRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.environment.Environment

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.version_path

version_path(project:str,version:str)->str

google.cloud.dialogflow_v2beta1.services.environments.pagers.GetEnvironmentHistoryAsyncPager

GetEnvironmentHistoryAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.environment.EnvironmentHistory],],request:google.cloud.dialogflow_v2beta1.types.environment.GetEnvironmentHistoryRequest,response:google.cloud.dialogflow_v2beta1.types.environment.EnvironmentHistory,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.environments.pagers.GetEnvironmentHistoryPager

GetEnvironmentHistoryPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.environment.EnvironmentHistory],request:google.cloud.dialogflow_v2beta1.types.environment.GetEnvironmentHistoryRequest,response:google.cloud.dialogflow_v2beta1.types.environment.EnvironmentHistory,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.environments.pagers.ListEnvironmentsAsyncPager

ListEnvironmentsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.environment.ListEnvironmentsResponse],],request:google.cloud.dialogflow_v2beta1.types.environment.ListEnvironmentsRequest,response:google.cloud.dialogflow_v2beta1.types.environment.ListEnvironmentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.environments.pagers.ListEnvironmentsPager

ListEnvironmentsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.environment.ListEnvironmentsResponse,],request:google.cloud.dialogflow_v2beta1.types.environment.ListEnvironmentsRequest,response:google.cloud.dialogflow_v2beta1.types.environment.ListEnvironmentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient

FulfillmentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.fulfillments.transports.base.FulfillmentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.fulfillments.transports.base.FulfillmentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the fulfillments async client.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.fulfillment_path

fulfillment_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.get_fulfillment

get_fulfillment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.fulfillment.GetFulfillmentRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.fulfillment.Fulfillment

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.fulfillments.transports.base.FulfillmentsTransport]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.parse_fulfillment_path

parse_fulfillment_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.update_fulfillment

update_fulfillment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.fulfillment.UpdateFulfillmentRequest,dict,]]=None,*,fulfillment:typing.Optional[google.cloud.dialogflow_v2beta1.types.fulfillment.Fulfillment]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.fulfillment.Fulfillment

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient

FulfillmentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.fulfillments.transports.base.FulfillmentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.fulfillments.transports.base.FulfillmentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.fulfillment_path

fulfillment_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.get_fulfillment

get_fulfillment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.fulfillment.GetFulfillmentRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.fulfillment.Fulfillment

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.get_operation

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.list_locations

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.list_operations

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.parse_fulfillment_path

parse_fulfillment_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.update_fulfillment

update_fulfillment(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.fulfillment.UpdateFulfillmentRequest,dict,]]=None,*,fulfillment:typing.Optional[google.cloud.dialogflow_v2beta1.types.fulfillment.Fulfillment]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.fulfillment.Fulfillment

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient

GeneratorEvaluationsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.generator_evaluations.transports.base.GeneratorEvaluationsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.generator_evaluations.transports.base.GeneratorEvaluationsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.create_generator_evaluation

create_generator_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator_evaluation.CreateGeneratorEvaluationRequest,dict,]]=None,*,parent:typing.Optional[str]=None,generator_evaluation:typing.Optional[google.cloud.dialogflow_v2beta1.types.generator_evaluation.GeneratorEvaluation]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.delete_generator_evaluation

delete_generator_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator_evaluation.DeleteGeneratorEvaluationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.generator_evaluation_path

generator_evaluation_path(project:str,location:str,generator:str,evaluation:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.get_generator_evaluation

get_generator_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator_evaluation.GetGeneratorEvaluationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.generator_evaluation.GeneratorEvaluation

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.generator_evaluations.transports.base.GeneratorEvaluationsTransport]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.list_generator_evaluations

list_generator_evaluations(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator_evaluation.ListGeneratorEvaluationsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.generator_evaluations.pagers.ListGeneratorEvaluationsAsyncPager)

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.parse_generator_evaluation_path

parse_generator_evaluation_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsAsyncClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient

GeneratorEvaluationsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.generator_evaluations.transports.base.GeneratorEvaluationsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.generator_evaluations.transports.base.GeneratorEvaluationsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.create_generator_evaluation

create_generator_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator_evaluation.CreateGeneratorEvaluationRequest,dict,]]=None,*,parent:typing.Optional[str]=None,generator_evaluation:typing.Optional[google.cloud.dialogflow_v2beta1.types.generator_evaluation.GeneratorEvaluation]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.delete_generator_evaluation

delete_generator_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator_evaluation.DeleteGeneratorEvaluationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.generator_evaluation_path

generator_evaluation_path(project:str,location:str,generator:str,evaluation:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.get_generator_evaluation

get_generator_evaluation(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator_evaluation.GetGeneratorEvaluationRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.generator_evaluation.GeneratorEvaluation

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.list_generator_evaluations

list_generator_evaluations(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator_evaluation.ListGeneratorEvaluationsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.generator_evaluations.pagers.ListGeneratorEvaluationsPager)

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.list_locations

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.list_operations

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.parse_generator_evaluation_path

parse_generator_evaluation_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generator_evaluations.GeneratorEvaluationsClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.generator_evaluations.pagers.ListGeneratorEvaluationsAsyncPager

ListGeneratorEvaluationsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.generator_evaluation.ListGeneratorEvaluationsResponse],],request:google.cloud.dialogflow_v2beta1.types.generator_evaluation.ListGeneratorEvaluationsRequest,response:google.cloud.dialogflow_v2beta1.types.generator_evaluation.ListGeneratorEvaluationsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.generator_evaluations.pagers.ListGeneratorEvaluationsPager

ListGeneratorEvaluationsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.generator_evaluation.ListGeneratorEvaluationsResponse,],request:google.cloud.dialogflow_v2beta1.types.generator_evaluation.ListGeneratorEvaluationsRequest,response:google.cloud.dialogflow_v2beta1.types.generator_evaluation.ListGeneratorEvaluationsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient

GeneratorsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.generators.transports.base.GeneratorsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.generators.transports.base.GeneratorsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the generators async client.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.create_generator

create_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.CreateGeneratorRequest,dict]]=None,*,parent:typing.Optional[str]=None,generator:typing.Optional[google.cloud.dialogflow_v2beta1.types.generator.Generator]=None,generator_id:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.generator.Generator

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.delete_generator

delete_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.DeleteGeneratorRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.get_generator

get_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.GetGeneratorRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.generator.Generator

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.generators.transports.base.GeneratorsTransport]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.list_generators

list_generators(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.ListGeneratorsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.generators.pagers.ListGeneratorsAsyncPager)

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsAsyncClient.update_generator

update_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.UpdateGeneratorRequest,dict]]=None,*,generator:typing.Optional[google.cloud.dialogflow_v2beta1.types.generator.Generator]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.generator.Generator

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient

GeneratorsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.generators.transports.base.GeneratorsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.generators.transports.base.GeneratorsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.exit

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.create_generator

create_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.CreateGeneratorRequest,dict]]=None,*,parent:typing.Optional[str]=None,generator:typing.Optional[google.cloud.dialogflow_v2beta1.types.generator.Generator]=None,generator_id:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.generator.Generator

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.delete_generator

delete_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.DeleteGeneratorRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.generator_path

generator_path(project:str,location:str,generator:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.get_generator

get_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.GetGeneratorRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.generator.Generator

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.get_operation

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.list_generators

list_generators(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.ListGeneratorsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.generators.pagers.ListGeneratorsPager

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.list_locations

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.list_operations

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.parse_generator_path

parse_generator_path(path:str)->typing.Dict[str,str]

Parses a generator path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.parse_generator_path

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

Parses a tool path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.parse_tool_path

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.generators.GeneratorsClient.update_generator

update_generator(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.generator.UpdateGeneratorRequest,dict]]=None,*,generator:typing.Optional[google.cloud.dialogflow_v2beta1.types.generator.Generator]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.generator.Generator

google.cloud.dialogflow_v2beta1.services.generators.pagers.ListGeneratorsAsyncPager

ListGeneratorsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.generator.ListGeneratorsResponse],],request:google.cloud.dialogflow_v2beta1.types.generator.ListGeneratorsRequest,response:google.cloud.dialogflow_v2beta1.types.generator.ListGeneratorsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.generators.pagers.ListGeneratorsPager

ListGeneratorsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.generator.ListGeneratorsResponse],request:google.cloud.dialogflow_v2beta1.types.generator.ListGeneratorsRequest,response:google.cloud.dialogflow_v2beta1.types.generator.ListGeneratorsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient

IntentsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.intents.transports.base.IntentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.intents.transports.base.IntentsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the intents async client.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.batch_delete_intents

batch_delete_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.BatchDeleteIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,intents:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2beta1.types.intent.Intent]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.batch_update_intents

batch_update_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.BatchUpdateIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,intent_batch_uri:typing.Optional[str]=None,intent_batch_inline:typing.Optional[google.cloud.dialogflow_v2beta1.types.intent.IntentBatch]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Updates/Creates multiple intents in the specified agent.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.batch_update_intents

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.create_intent

create_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.CreateIntentRequest,dict]]=None,*,parent:typing.Optional[str]=None,intent:typing.Optional[google.cloud.dialogflow_v2beta1.types.intent.Intent]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.intent.Intent

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.delete_intent

delete_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.DeleteIntentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Deletes the specified intent and its direct or indirect followupintents.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.delete_intent

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.get_intent

get_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.GetIntentRequest,dict]]=None,*,name:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.intent.Intent

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.intents.transports.base.IntentsTransport]

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.list_intents

list_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.ListIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.intents.pagers.ListIntentsAsyncPager

Returns the list of all intents in the specifiedagent.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.list_intents

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_context_path

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

Parses a intent path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_intent_path

google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.update_intent

update_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.UpdateIntentRequest,dict]]=None,*,intent:typing.Optional[google.cloud.dialogflow_v2beta1.types.intent.Intent]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.intent.Intent

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient

IntentsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.intents.transports.base.IntentsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.intents.transports.base.IntentsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.exit

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.batch_delete_intents

batch_delete_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.BatchDeleteIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,intents:typing.Optional[typing.MutableSequence[google.cloud.dialogflow_v2beta1.types.intent.Intent]]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.batch_update_intents

batch_update_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.BatchUpdateIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,intent_batch_uri:typing.Optional[str]=None,intent_batch_inline:typing.Optional[google.cloud.dialogflow_v2beta1.types.intent.IntentBatch]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Updates/Creates multiple intents in the specified agent.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.batch_update_intents

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.context_path

context_path(project:str,session:str,context:str)->str

Returns a fully-qualified context string.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.context_path

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.create_intent

create_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.CreateIntentRequest,dict]]=None,*,parent:typing.Optional[str]=None,intent:typing.Optional[google.cloud.dialogflow_v2beta1.types.intent.Intent]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.intent.Intent

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.delete_intent

delete_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.DeleteIntentRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Deletes the specified intent and its direct or indirect followupintents.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.delete_intent

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.get_intent

get_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.GetIntentRequest,dict]]=None,*,name:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.intent.Intent

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.get_operation

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.list_intents

list_intents(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.ListIntentsRequest,dict]]=None,*,parent:typing.Optional[str]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.intents.pagers.ListIntentsPager

Returns the list of all intents in the specifiedagent.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.list_intents

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.list_locations

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.list_operations

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_common_organization_path

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_context_path

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

Parses a intent path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_intent_path

google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.update_intent

update_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.intent.UpdateIntentRequest,dict]]=None,*,intent:typing.Optional[google.cloud.dialogflow_v2beta1.types.intent.Intent]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,language_code:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.intent.Intent

google.cloud.dialogflow_v2beta1.services.intents.pagers.ListIntentsAsyncPager

ListIntentsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.intent.ListIntentsResponse],],request:google.cloud.dialogflow_v2beta1.types.intent.ListIntentsRequest,response:google.cloud.dialogflow_v2beta1.types.intent.ListIntentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.intents.pagers.ListIntentsPager

ListIntentsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.intent.ListIntentsResponse],request:google.cloud.dialogflow_v2beta1.types.intent.ListIntentsRequest,response:google.cloud.dialogflow_v2beta1.types.intent.ListIntentsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient

KnowledgeBasesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.knowledge_bases.transports.base.KnowledgeBasesTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.knowledge_bases.transports.base.KnowledgeBasesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the knowledge bases async client.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.create_knowledge_base

create_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.CreateKnowledgeBaseRequest,dict,]]=None,*,parent:typing.Optional[str]=None,knowledge_base:typing.Optional[google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.delete_knowledge_base

delete_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.DeleteKnowledgeBaseRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.get_knowledge_base

get_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.GetKnowledgeBaseRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.knowledge_bases.transports.base.KnowledgeBasesTransport]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.list_knowledge_bases

list_knowledge_bases(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.ListKnowledgeBasesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.knowledge_bases.pagers.ListKnowledgeBasesAsyncPager)

Returns the list of all knowledge bases of the specified agent.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.list_knowledge_bases

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.update_knowledge_base

update_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.UpdateKnowledgeBaseRequest,dict,]]=None,*,knowledge_base:typing.Optional[google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient

KnowledgeBasesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.knowledge_bases.transports.base.KnowledgeBasesTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.knowledge_bases.transports.base.KnowledgeBasesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.create_knowledge_base

create_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.CreateKnowledgeBaseRequest,dict,]]=None,*,parent:typing.Optional[str]=None,knowledge_base:typing.Optional[google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.delete_knowledge_base

delete_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.DeleteKnowledgeBaseRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.get_knowledge_base

get_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.GetKnowledgeBaseRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.knowledge_base_path

knowledge_base_path(project:str,knowledge_base:str)->str

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.list_knowledge_bases

list_knowledge_bases(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.ListKnowledgeBasesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.knowledge_bases.pagers.ListKnowledgeBasesPager)

Returns the list of all knowledge bases of the specified agent.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.list_knowledge_bases

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.list_locations

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.list_operations

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.parse_knowledge_base_path

parse_knowledge_base_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.update_knowledge_base

update_knowledge_base(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.knowledge_base.UpdateKnowledgeBaseRequest,dict,]]=None,*,knowledge_base:typing.Optional[google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.knowledge_base.KnowledgeBase

google.cloud.dialogflow_v2beta1.services.knowledge_bases.pagers.ListKnowledgeBasesAsyncPager

ListKnowledgeBasesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.knowledge_base.ListKnowledgeBasesResponse],],request:google.cloud.dialogflow_v2beta1.types.knowledge_base.ListKnowledgeBasesRequest,response:google.cloud.dialogflow_v2beta1.types.knowledge_base.ListKnowledgeBasesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.knowledge_bases.pagers.ListKnowledgeBasesPager

ListKnowledgeBasesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.knowledge_base.ListKnowledgeBasesResponse,],request:google.cloud.dialogflow_v2beta1.types.knowledge_base.ListKnowledgeBasesRequest,response:google.cloud.dialogflow_v2beta1.types.knowledge_base.ListKnowledgeBasesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient

ParticipantsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.participants.transports.base.ParticipantsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.participants.transports.base.ParticipantsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the participants async client.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.analyze_content

analyze_content(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.AnalyzeContentRequest,dict,]]=None,*,participant:typing.Optional[str]=None,text_input:typing.Optional[google.cloud.dialogflow_v2beta1.types.session.TextInput]=None,audio_input:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.AudioInput]=None,event_input:typing.Optional[google.cloud.dialogflow_v2beta1.types.session.EventInput]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.AnalyzeContentResponse

Adds a text (chat, for example), or audio (phone recording, forexample) message from a participant into the conversation.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.analyze_content

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.bidi_streaming_analyze_content

bidi_streaming_analyze_content(requests:typing.Optional[typing.AsyncIterator[google.cloud.dialogflow_v2beta1.types.participant.BidiStreamingAnalyzeContentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Awaitable[typing.AsyncIterable[google.cloud.dialogflow_v2beta1.types.participant.BidiStreamingAnalyzeContentResponse]]

Bidirectional endless streaming version ofxref_StreamingAnalyzeContent.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.bidi_streaming_analyze_content

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.compile_suggestion

compile_suggestion(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.CompileSuggestionRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.CompileSuggestionResponse

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.create_participant

create_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.CreateParticipantRequest,dict,]]=None,*,parent:typing.Optional[str]=None,participant:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.Participant]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.Participant

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.get_participant

get_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.GetParticipantRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.Participant

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.participants.transports.base.ParticipantsTransport]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.list_participants

list_participants(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.ListParticipantsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.participants.pagers.ListParticipantsAsyncPager)

Returns the list of all participants in the specifiedconversation.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.list_participants

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.list_suggestions

list_suggestions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.ListSuggestionsRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.participants.pagers.ListSuggestionsAsyncPager)

Deprecated: Use inline suggestion, event based suggestion orSuggestion* API instead.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.list_suggestions

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.message_path

message_path(project:str,conversation:str,message:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_message_path

parse_message_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_participant_path

parse_participant_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.participant_path

participant_path(project:str,conversation:str,participant:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.streaming_analyze_content

streaming_analyze_content(requests:typing.Optional[typing.AsyncIterator[google.cloud.dialogflow_v2beta1.types.participant.StreamingAnalyzeContentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Awaitable[typing.AsyncIterable[google.cloud.dialogflow_v2beta1.types.participant.StreamingAnalyzeContentResponse]]

Adds a text (e.g., chat) or audio (e.g., phone recording)message from a participant into the conversation.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.streaming_analyze_content

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_articles

suggest_articles(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.SuggestArticlesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.SuggestArticlesResponse

Gets suggested articles for a participant based on specifichistorical messages.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_articles

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_faq_answers

suggest_faq_answers(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.SuggestFaqAnswersRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.SuggestFaqAnswersResponse

Gets suggested faq answers for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_faq_answers

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_knowledge_assist

suggest_knowledge_assist(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.SuggestKnowledgeAssistRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.SuggestKnowledgeAssistResponse

Gets knowledge assist suggestions based on historicalmessages.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_knowledge_assist

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_smart_replies

suggest_smart_replies(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.SuggestSmartRepliesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.SuggestSmartRepliesResponse

Gets smart replies for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_smart_replies

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.update_participant

update_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.UpdateParticipantRequest,dict,]]=None,*,participant:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.Participant]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.Participant

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient

ParticipantsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.participants.transports.base.ParticipantsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.participants.transports.base.ParticipantsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.analyze_content

analyze_content(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.AnalyzeContentRequest,dict,]]=None,*,participant:typing.Optional[str]=None,text_input:typing.Optional[google.cloud.dialogflow_v2beta1.types.session.TextInput]=None,audio_input:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.AudioInput]=None,event_input:typing.Optional[google.cloud.dialogflow_v2beta1.types.session.EventInput]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.AnalyzeContentResponse

Adds a text (chat, for example), or audio (phone recording, forexample) message from a participant into the conversation.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.analyze_content

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.answer_record_path

answer_record_path(project:str,answer_record:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.bidi_streaming_analyze_content

bidi_streaming_analyze_content(requests:typing.Optional[typing.Iterator[google.cloud.dialogflow_v2beta1.types.participant.BidiStreamingAnalyzeContentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Iterable[google.cloud.dialogflow_v2beta1.types.participant.BidiStreamingAnalyzeContentResponse]

Bidirectional endless streaming version ofxref_StreamingAnalyzeContent.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.bidi_streaming_analyze_content

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.compile_suggestion

compile_suggestion(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.CompileSuggestionRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.CompileSuggestionResponse

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.create_participant

create_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.CreateParticipantRequest,dict,]]=None,*,parent:typing.Optional[str]=None,participant:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.Participant]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.Participant

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.get_operation

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.get_participant

get_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.GetParticipantRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.Participant

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.list_locations

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.list_operations

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.list_participants

list_participants(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.ListParticipantsRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.participants.pagers.ListParticipantsPager

Returns the list of all participants in the specifiedconversation.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.list_participants

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.list_suggestions

list_suggestions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.ListSuggestionsRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.participants.pagers.ListSuggestionsPager

Deprecated: Use inline suggestion, event based suggestion orSuggestion* API instead.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.list_suggestions

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.message_path

message_path(project:str,conversation:str,message:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_answer_record_path

parse_answer_record_path(path:str)->typing.Dict[str,str]

Parses a answer_record path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_answer_record_path

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_message_path

parse_message_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_participant_path

parse_participant_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

Parses a session_entity_type path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_session_entity_type_path

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.participant_path

participant_path(project:str,conversation:str,participant:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.streaming_analyze_content

streaming_analyze_content(requests:typing.Optional[typing.Iterator[google.cloud.dialogflow_v2beta1.types.participant.StreamingAnalyzeContentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Iterable[google.cloud.dialogflow_v2beta1.types.participant.StreamingAnalyzeContentResponse]

Adds a text (e.g., chat) or audio (e.g., phone recording)message from a participant into the conversation.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.streaming_analyze_content

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_articles

suggest_articles(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.SuggestArticlesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.SuggestArticlesResponse

Gets suggested articles for a participant based on specifichistorical messages.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_articles

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_faq_answers

suggest_faq_answers(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.SuggestFaqAnswersRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.SuggestFaqAnswersResponse

Gets suggested faq answers for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_faq_answers

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_knowledge_assist

suggest_knowledge_assist(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.SuggestKnowledgeAssistRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.SuggestKnowledgeAssistResponse

Gets knowledge assist suggestions based on historicalmessages.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_knowledge_assist

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_smart_replies

suggest_smart_replies(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.SuggestSmartRepliesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.SuggestSmartRepliesResponse

Gets smart replies for a participant based onspecific historical messages.

See more:google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_smart_replies

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.update_participant

update_participant(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.participant.UpdateParticipantRequest,dict,]]=None,*,participant:typing.Optional[google.cloud.dialogflow_v2beta1.types.participant.Participant]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.participant.Participant

google.cloud.dialogflow_v2beta1.services.participants.pagers.ListParticipantsAsyncPager

ListParticipantsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.participant.ListParticipantsResponse],],request:google.cloud.dialogflow_v2beta1.types.participant.ListParticipantsRequest,response:google.cloud.dialogflow_v2beta1.types.participant.ListParticipantsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.participants.pagers.ListParticipantsPager

ListParticipantsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.participant.ListParticipantsResponse,],request:google.cloud.dialogflow_v2beta1.types.participant.ListParticipantsRequest,response:google.cloud.dialogflow_v2beta1.types.participant.ListParticipantsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.participants.pagers.ListSuggestionsAsyncPager

ListSuggestionsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.participant.ListSuggestionsResponse],],request:google.cloud.dialogflow_v2beta1.types.participant.ListSuggestionsRequest,response:google.cloud.dialogflow_v2beta1.types.participant.ListSuggestionsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.participants.pagers.ListSuggestionsPager

ListSuggestionsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.participant.ListSuggestionsResponse],request:google.cloud.dialogflow_v2beta1.types.participant.ListSuggestionsRequest,response:google.cloud.dialogflow_v2beta1.types.participant.ListSuggestionsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient

PhoneNumbersAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.phone_numbers.transports.base.PhoneNumbersTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.phone_numbers.transports.base.PhoneNumbersTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the phone numbers async client.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.delete_phone_number

delete_phone_number(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.phone_number.DeletePhoneNumberRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.phone_number.PhoneNumber

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.phone_numbers.transports.base.PhoneNumbersTransport]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.list_phone_numbers

list_phone_numbers(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.phone_number.ListPhoneNumbersRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.phone_numbers.pagers.ListPhoneNumbersAsyncPager)

Returns the list of all phone numbers in thespecified project.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.list_phone_numbers

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.parse_phone_number_path

parse_phone_number_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.phone_number_path

phone_number_path(project:str,phone_number:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.undelete_phone_number

undelete_phone_number(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.phone_number.UndeletePhoneNumberRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.phone_number.PhoneNumber

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersAsyncClient.update_phone_number

update_phone_number(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.phone_number.UpdatePhoneNumberRequest,dict,]]=None,*,phone_number:typing.Optional[google.cloud.dialogflow_v2beta1.types.phone_number.PhoneNumber]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.phone_number.PhoneNumber

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient

PhoneNumbersClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.phone_numbers.transports.base.PhoneNumbersTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.phone_numbers.transports.base.PhoneNumbersTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.delete_phone_number

delete_phone_number(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.phone_number.DeletePhoneNumberRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.phone_number.PhoneNumber

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.get_operation

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.list_locations

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.list_operations

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.list_phone_numbers

list_phone_numbers(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.phone_number.ListPhoneNumbersRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.phone_numbers.pagers.ListPhoneNumbersPager)

Returns the list of all phone numbers in thespecified project.

See more:google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.list_phone_numbers

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.parse_phone_number_path

parse_phone_number_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.phone_number_path

phone_number_path(project:str,phone_number:str)->str

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.undelete_phone_number

undelete_phone_number(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.phone_number.UndeletePhoneNumberRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.phone_number.PhoneNumber

google.cloud.dialogflow_v2beta1.services.phone_numbers.PhoneNumbersClient.update_phone_number

update_phone_number(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.phone_number.UpdatePhoneNumberRequest,dict,]]=None,*,phone_number:typing.Optional[google.cloud.dialogflow_v2beta1.types.phone_number.PhoneNumber]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.phone_number.PhoneNumber

google.cloud.dialogflow_v2beta1.services.phone_numbers.pagers.ListPhoneNumbersAsyncPager

ListPhoneNumbersAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.phone_number.ListPhoneNumbersResponse],],request:google.cloud.dialogflow_v2beta1.types.phone_number.ListPhoneNumbersRequest,response:google.cloud.dialogflow_v2beta1.types.phone_number.ListPhoneNumbersResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.phone_numbers.pagers.ListPhoneNumbersPager

ListPhoneNumbersPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.phone_number.ListPhoneNumbersResponse,],request:google.cloud.dialogflow_v2beta1.types.phone_number.ListPhoneNumbersRequest,response:google.cloud.dialogflow_v2beta1.types.phone_number.ListPhoneNumbersResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient

SessionEntityTypesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.session_entity_types.transports.base.SessionEntityTypesTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.session_entity_types.transports.base.SessionEntityTypesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.create_session_entity_type

create_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.CreateSessionEntityTypeRequest,dict,]]=None,*,parent:typing.Optional[str]=None,session_entity_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.delete_session_entity_type

delete_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.DeleteSessionEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.get_session_entity_type

get_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.GetSessionEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.session_entity_types.transports.base.SessionEntityTypesTransport]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.list_session_entity_types

list_session_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.ListSessionEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.session_entity_types.pagers.ListSessionEntityTypesAsyncPager)

Returns the list of all session entity types in thespecified session.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.list_session_entity_types

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.update_session_entity_type

update_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.UpdateSessionEntityTypeRequest,dict,]]=None,*,session_entity_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient

SessionEntityTypesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.session_entity_types.transports.base.SessionEntityTypesTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.session_entity_types.transports.base.SessionEntityTypesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.__exit__

__exit__(type,value,traceback)

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.create_session_entity_type

create_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.CreateSessionEntityTypeRequest,dict,]]=None,*,parent:typing.Optional[str]=None,session_entity_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.delete_session_entity_type

delete_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.DeleteSessionEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.get_session_entity_type

get_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.GetSessionEntityTypeRequest,dict,]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.list_locations

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.list_operations

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.list_session_entity_types

list_session_entity_types(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.ListSessionEntityTypesRequest,dict,]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.dialogflow_v2beta1.services.session_entity_types.pagers.ListSessionEntityTypesPager)

Returns the list of all session entity types in thespecified session.

See more:google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.list_session_entity_types

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesClient.update_session_entity_type

update_session_entity_type(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session_entity_type.UpdateSessionEntityTypeRequest,dict,]]=None,*,session_entity_type:typing.Optional[google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2beta1.services.session_entity_types.pagers.ListSessionEntityTypesAsyncPager

ListSessionEntityTypesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.session_entity_type.ListSessionEntityTypesResponse],],request:google.cloud.dialogflow_v2beta1.types.session_entity_type.ListSessionEntityTypesRequest,response:google.cloud.dialogflow_v2beta1.types.session_entity_type.ListSessionEntityTypesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.session_entity_types.pagers.ListSessionEntityTypesPager

ListSessionEntityTypesPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.session_entity_type.ListSessionEntityTypesResponse,],request:google.cloud.dialogflow_v2beta1.types.session_entity_type.ListSessionEntityTypesRequest,response:google.cloud.dialogflow_v2beta1.types.session_entity_type.ListSessionEntityTypesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient

SessionsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.sessions.transports.base.SessionsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.sessions.transports.base.SessionsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the sessions async client.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.detect_intent

detect_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session.DetectIntentRequest,dict]]=None,*,session:typing.Optional[str]=None,query_input:typing.Optional[google.cloud.dialogflow_v2beta1.types.session.QueryInput]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.session.DetectIntentResponse

Processes a natural language query and returns structured,actionable data as a result.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.detect_intent

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.sessions.transports.base.SessionsTransport]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_context_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

Parses a document path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_document_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

Parses a intent path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_intent_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

Parses a phrase_set path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_phrase_set_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

Parses a session_entity_type path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_session_entity_type_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_session_path

parse_session_path(path:str)->typing.Dict[str,str]

Parses a session path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_session_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.session_path

session_path(project:str,session:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.streaming_detect_intent

streaming_detect_intent(requests:typing.Optional[typing.AsyncIterator[google.cloud.dialogflow_v2beta1.types.session.StreamingDetectIntentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Awaitable[typing.AsyncIterable[google.cloud.dialogflow_v2beta1.types.session.StreamingDetectIntentResponse]]

Processes a natural language query in audio format in astreaming fashion and returns structured, actionable data as aresult.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.streaming_detect_intent

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient

SessionsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.sessions.transports.base.SessionsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.sessions.transports.base.SessionsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.exit

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.context_path

context_path(project:str,session:str,context:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.detect_intent

detect_intent(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.session.DetectIntentRequest,dict]]=None,*,session:typing.Optional[str]=None,query_input:typing.Optional[google.cloud.dialogflow_v2beta1.types.session.QueryInput]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.session.DetectIntentResponse

Processes a natural language query and returns structured,actionable data as a result.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.detect_intent

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.document_path

document_path(project:str,knowledge_base:str,document:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.get_operation

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.intent_path

intent_path(project:str,intent:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.list_locations

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.list_operations

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_context_path

parse_context_path(path:str)->typing.Dict[str,str]

Parses a context path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_context_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_document_path

parse_document_path(path:str)->typing.Dict[str,str]

Parses a document path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_document_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_intent_path

parse_intent_path(path:str)->typing.Dict[str,str]

Parses a intent path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_intent_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_phrase_set_path

parse_phrase_set_path(path:str)->typing.Dict[str,str]

Parses a phrase_set path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_phrase_set_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_session_entity_type_path

parse_session_entity_type_path(path:str)->typing.Dict[str,str]

Parses a session_entity_type path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_session_entity_type_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_session_path

parse_session_path(path:str)->typing.Dict[str,str]

Parses a session path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_session_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.phrase_set_path

phrase_set_path(project:str,location:str,phrase_set:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.session_entity_type_path

session_entity_type_path(project:str,session:str,entity_type:str)->str

Returns a fully-qualified session_entity_type string.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.session_entity_type_path

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.session_path

session_path(project:str,session:str)->str

google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.streaming_detect_intent

streaming_detect_intent(requests:typing.Optional[typing.Iterator[google.cloud.dialogflow_v2beta1.types.session.StreamingDetectIntentRequest]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->typing.Iterable[google.cloud.dialogflow_v2beta1.types.session.StreamingDetectIntentResponse]

Processes a natural language query in audio format in astreaming fashion and returns structured, actionable data as aresult.

See more:google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.streaming_detect_intent

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient

SipTrunksAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.sip_trunks.transports.base.SipTrunksTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.sip_trunks.transports.base.SipTrunksTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the sip trunks async client.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.create_sip_trunk

create_sip_trunk(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.CreateSipTrunkRequest,dict]]=None,*,parent:typing.Optional[str]=None,sip_trunk:typing.Optional[google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.delete_sip_trunk

delete_sip_trunk(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.DeleteSipTrunkRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.get_sip_trunk

get_sip_trunk(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.GetSipTrunkRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.sip_trunks.transports.base.SipTrunksTransport]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.list_sip_trunks

list_sip_trunks(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.ListSipTrunksRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.sip_trunks.pagers.ListSipTrunksAsyncPager

Returns a list of SipTrunks in the specifiedlocation.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.list_sip_trunks

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.parse_sip_trunk_path

parse_sip_trunk_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.sip_trunk_path

sip_trunk_path(project:str,location:str,siptrunk:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksAsyncClient.update_sip_trunk

update_sip_trunk(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.UpdateSipTrunkRequest,dict]]=None,*,sip_trunk:typing.Optional[google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient

SipTrunksClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.sip_trunks.transports.base.SipTrunksTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.sip_trunks.transports.base.SipTrunksTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.exit

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.create_sip_trunk

create_sip_trunk(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.CreateSipTrunkRequest,dict]]=None,*,parent:typing.Optional[str]=None,sip_trunk:typing.Optional[google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.delete_sip_trunk

delete_sip_trunk(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.DeleteSipTrunkRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.get_operation

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.get_sip_trunk

get_sip_trunk(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.GetSipTrunkRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.list_locations

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.list_operations

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.list_sip_trunks

list_sip_trunks(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.ListSipTrunksRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.sip_trunks.pagers.ListSipTrunksPager

Returns a list of SipTrunks in the specifiedlocation.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.list_sip_trunks

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.parse_sip_trunk_path

parse_sip_trunk_path(path:str)->typing.Dict[str,str]

Parses a sip_trunk path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.parse_sip_trunk_path

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.sip_trunk_path

sip_trunk_path(project:str,location:str,siptrunk:str)->str

google.cloud.dialogflow_v2beta1.services.sip_trunks.SipTrunksClient.update_sip_trunk

update_sip_trunk(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.sip_trunk.UpdateSipTrunkRequest,dict]]=None,*,sip_trunk:typing.Optional[google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.sip_trunk.SipTrunk

google.cloud.dialogflow_v2beta1.services.sip_trunks.pagers.ListSipTrunksAsyncPager

ListSipTrunksAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.sip_trunk.ListSipTrunksResponse],],request:google.cloud.dialogflow_v2beta1.types.sip_trunk.ListSipTrunksRequest,response:google.cloud.dialogflow_v2beta1.types.sip_trunk.ListSipTrunksResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.sip_trunks.pagers.ListSipTrunksPager

ListSipTrunksPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.sip_trunk.ListSipTrunksResponse],request:google.cloud.dialogflow_v2beta1.types.sip_trunk.ListSipTrunksRequest,response:google.cloud.dialogflow_v2beta1.types.sip_trunk.ListSipTrunksResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient

ToolsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.tools.transports.base.ToolsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.tools.transports.base.ToolsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the tools async client.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.create_tool

create_tool(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.CreateToolRequest,dict]]=None,*,parent:typing.Optional[str]=None,tool:typing.Optional[google.cloud.dialogflow_v2beta1.types.tool.Tool]=None,tool_id:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.tool.Tool

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.delete_tool

delete_tool(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.DeleteToolRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.get_tool

get_tool(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.GetToolRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.tool.Tool

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.tools.transports.base.ToolsTransport]

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.list_tools

list_tools(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.ListToolsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.tools.pagers.ListToolsAsyncPager

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_common_billing_account_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_common_organization_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_secret_version_path

parse_secret_version_path(path:str)->typing.Dict[str,str]

Parses a secret_version path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_secret_version_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_service_path

parse_service_path(path:str)->typing.Dict[str,str]

Parses a service path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_service_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

Parses a tool path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.parse_tool_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.secret_version_path

secret_version_path(project:str,secret:str,version:str)->str

Returns a fully-qualified secret_version string.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.secret_version_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.service_path

service_path(project:str,location:str,namespace:str,service:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.tool_path

tool_path(project:str,location:str,tool:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsAsyncClient.update_tool

update_tool(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.UpdateToolRequest,dict]]=None,*,tool:typing.Optional[google.cloud.dialogflow_v2beta1.types.tool.Tool]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.tool.Tool

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient

ToolsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.tools.transports.base.ToolsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.tools.transports.base.ToolsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the tools client.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.exit

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

Returns a fully-qualified billing_account string.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.common_billing_account_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.create_tool

create_tool(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.CreateToolRequest,dict]]=None,*,parent:typing.Optional[str]=None,tool:typing.Optional[google.cloud.dialogflow_v2beta1.types.tool.Tool]=None,tool_id:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.tool.Tool

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.delete_tool

delete_tool(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.DeleteToolRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.get_operation

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.get_tool

get_tool(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.GetToolRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.tool.Tool

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.list_locations

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.list_operations

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.list_tools

list_tools(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.ListToolsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.tools.pagers.ListToolsPager

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

Parse a folder path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_folder_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

Parse a location path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_location_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

Parse a organization path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_organization_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

Parse a project path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_common_project_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_secret_version_path

parse_secret_version_path(path:str)->typing.Dict[str,str]

Parses a secret_version path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_secret_version_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_service_path

parse_service_path(path:str)->typing.Dict[str,str]

Parses a service path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_service_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_tool_path

parse_tool_path(path:str)->typing.Dict[str,str]

Parses a tool path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.parse_tool_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.secret_version_path

secret_version_path(project:str,secret:str,version:str)->str

Returns a fully-qualified secret_version string.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.secret_version_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.service_path

service_path(project:str,location:str,namespace:str,service:str)->str

Returns a fully-qualified service string.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.service_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.tool_path

tool_path(project:str,location:str,tool:str)->str

Returns a fully-qualified tool string.

See more:google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.tool_path

google.cloud.dialogflow_v2beta1.services.tools.ToolsClient.update_tool

update_tool(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.tool.UpdateToolRequest,dict]]=None,*,tool:typing.Optional[google.cloud.dialogflow_v2beta1.types.tool.Tool]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.tool.Tool

google.cloud.dialogflow_v2beta1.services.tools.pagers.ListToolsAsyncPager

ListToolsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.tool.ListToolsResponse],],request:google.cloud.dialogflow_v2beta1.types.tool.ListToolsRequest,response:google.cloud.dialogflow_v2beta1.types.tool.ListToolsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.tools.pagers.ListToolsPager

ListToolsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.tool.ListToolsResponse],request:google.cloud.dialogflow_v2beta1.types.tool.ListToolsRequest,response:google.cloud.dialogflow_v2beta1.types.tool.ListToolsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient

VersionsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.versions.transports.base.VersionsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.versions.transports.base.VersionsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the versions async client.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.create_version

create_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.CreateVersionRequest,dict]]=None,*,parent:typing.Optional[str]=None,version:typing.Optional[google.cloud.dialogflow_v2beta1.types.version.Version]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.version.Version

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.delete_version

delete_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.DeleteVersionRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dialogflow_v2beta1.services.versions.transports.base.VersionsTransport]

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.get_version

get_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.GetVersionRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.version.Version

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.list_locations

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.list_operations

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.list_versions

list_versions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.ListVersionsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.versions.pagers.ListVersionsAsyncPager

Returns the list of all versions of the specifiedagent.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.list_versions

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.parse_version_path

parse_version_path(path:str)->typing.Dict[str,str]

Parses a version path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.parse_version_path

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.update_version

update_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.UpdateVersionRequest,dict]]=None,*,version:typing.Optional[google.cloud.dialogflow_v2beta1.types.version.Version]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.version.Version

google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.version_path

version_path(project:str,version:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient

VersionsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dialogflow_v2beta1.services.versions.transports.base.VersionsTransport,typing.Callable[[...],google.cloud.dialogflow_v2beta1.services.versions.transports.base.VersionsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.exit

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.cancel_operation

cancel_operation(request:typing.Optional[google.longrunning.operations_pb2.CancelOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

Starts asynchronous cancellation on a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.cancel_operation

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.common_project_path

common_project_path(project:str)->str

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.create_version

create_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.CreateVersionRequest,dict]]=None,*,parent:typing.Optional[str]=None,version:typing.Optional[google.cloud.dialogflow_v2beta1.types.version.Version]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.version.Version

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.delete_version

delete_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.DeleteVersionRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.from_service_account_file

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.from_service_account_info

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.from_service_account_json

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.get_location

get_location(request:typing.Optional[google.cloud.location.locations_pb2.GetLocationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.Location

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.get_operation

get_operation(request:typing.Optional[google.longrunning.operations_pb2.GetOperationRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.get_operation

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.get_version

get_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.GetVersionRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.version.Version

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.list_locations

list_locations(request:typing.Optional[google.cloud.location.locations_pb2.ListLocationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.list_locations

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.list_operations

list_operations(request:typing.Optional[google.longrunning.operations_pb2.ListOperationsRequest]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.list_operations

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.list_versions

list_versions(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.ListVersionsRequest,dict]]=None,*,parent:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.services.versions.pagers.ListVersionsPager

Returns the list of all versions of the specifiedagent.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.list_versions

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.parse_common_billing_account_path

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.parse_version_path

parse_version_path(path:str)->typing.Dict[str,str]

Parses a version path into its component segments.

See more:google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.parse_version_path

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.update_version

update_version(request:typing.Optional[typing.Union[google.cloud.dialogflow_v2beta1.types.version.UpdateVersionRequest,dict]]=None,*,version:typing.Optional[google.cloud.dialogflow_v2beta1.types.version.Version]=None,update_mask:typing.Optional[google.protobuf.field_mask_pb2.FieldMask]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.dialogflow_v2beta1.types.version.Version

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.version_path

version_path(project:str,version:str)->str

google.cloud.dialogflow_v2beta1.services.versions.pagers.ListVersionsAsyncPager

ListVersionsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dialogflow_v2beta1.types.version.ListVersionsResponse],],request:google.cloud.dialogflow_v2beta1.types.version.ListVersionsRequest,response:google.cloud.dialogflow_v2beta1.types.version.ListVersionsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.dialogflow_v2beta1.services.versions.pagers.ListVersionsPager

ListVersionsPager(method:typing.Callable[[...],google.cloud.dialogflow_v2beta1.types.version.ListVersionsResponse],request:google.cloud.dialogflow_v2beta1.types.version.ListVersionsRequest,response:google.cloud.dialogflow_v2beta1.types.version.ListVersionsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-04 UTC.