Package Methods (2.30.2)

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 = 

Instantiates the agents async client.

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

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, str]] = ()
) -> 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

Returns a fully-qualified billing_account string.

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

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

Returns a fully-qualified location string.

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

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

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.types.agent.Agent

Creates/updates the specified agent.

See more: google.cloud.dialogflow_v2.services.agents.AgentsAsyncClient.set_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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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

Returns a fully-qualified folder string.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.location.locations_pb2.Location

Gets information about a location.

See more: google.cloud.dialogflow_v2.services.agents.AgentsClient.get_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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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,
)

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

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

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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

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

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

get_transport_class() -> (
    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, str]] = ()
) -> (
    google.cloud.dialogflow_v2.services.answer_records.pagers.ListAnswerRecordsAsyncPager
)

Returns the list of all answer records in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a answer_record path into its component segments.

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

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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.answer_records.pagers.ListAnswerRecordsPager

Returns the list of all answer records in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a context path into its component segments.

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

google.cloud.dialogflow_v2.services.answer_records.AnswerRecordsClient.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.answer_records.AnswerRecordsClient.parse_intent_path

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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

Returns a fully-qualified context string.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> google.cloud.dialogflow_v2.services.contexts.pagers.ListContextsAsyncPager

Returns the list of all contexts in the specified session.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a folder path into its component segments.

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

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.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.ContextsAsyncClient.parse_common_location_path

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.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.ContextsAsyncClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.contexts.ContextsAsyncClient.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.ContextsAsyncClient.parse_common_project_path

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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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

Returns a fully-qualified folder string.

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

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

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

Returns a fully-qualified location string.

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

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

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

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

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

common_project_path(project: str) -> str

Returns a fully-qualified project string.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.contexts.pagers.ListContextsPager

Returns the list of all contexts in the specified session.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

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

get_transport_class() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2.services.conversation_datasets.pagers.ListConversationDatasetsAsyncPager
)

Returns the list of all conversation datasets in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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 = 

Instantiates the conversation datasets client.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2.services.conversation_datasets.pagers.ListConversationDatasetsPager
)

Returns the list of all conversation datasets in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

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

get_transport_class() -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a conversation_model_evaluation path into its component segments.

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

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, str]] = ()
) -> 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 = 

Instantiates the conversation models client.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a conversation_dataset path into its component segments.

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

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

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

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Clears a suggestion feature from a conversation profile for the given 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

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

get_transport_class() -> (
    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, str]] = ()
) -> (
    google.cloud.dialogflow_v2.services.conversation_profiles.pagers.ListConversationProfilesAsyncPager
)

Returns the list of all conversation profiles in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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_knowledge_base_path

parse_knowledge_base_path(path: str) -> typing.Dict[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, str]] = ()
) -> 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, str]] = ()
) -> 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 = 

Instantiates the conversation profiles client.

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

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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation

Clears a suggestion feature from a conversation profile for the given 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2.services.conversation_profiles.pagers.ListConversationProfilesPager
)

Returns the list of all conversation profiles in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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_knowledge_base_path

parse_knowledge_base_path(path: str) -> typing.Dict[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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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_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, str]] = ()
) -> google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSummaryResponse

Generates and returns a summary for a conversation that 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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,
)

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

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.get_mtls_endpoint_and_cert_source

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, str]] = ()
) -> 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() -> (
    typing.Type[
        google.cloud.dialogflow_v2.services.conversations.transports.base.ConversationsTransport
    ]
)

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, str]] = ()
) -> (
    google.cloud.dialogflow_v2.services.conversations.pagers.ListConversationsAsyncPager
)

Returns the list of all conversations in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a answer_record path into its component segments.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_answer_record_path

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]

Parses a conversation path into its component segments.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.parse_conversation_path

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_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.ConversationsAsyncClient.parse_document_path

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.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.ConversationsAsyncClient.parse_knowledge_base_path

google.cloud.dialogflow_v2.services.conversations.ConversationsAsyncClient.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.ConversationsAsyncClient.parse_message_path

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, str]] = ()
) -> google.cloud.dialogflow_v2.types.conversation.SearchKnowledgeResponse

Get answers for the given query based on knowledge documents.

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, str]] = ()
) -> google.cloud.dialogflow_v2.types.conversation.SuggestConversationSummaryResponse

Suggests summary for a conversation based on specific historical 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 = 

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

Returns a fully-qualified answer_record string.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsClient.answer_record_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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

Returns a fully-qualified conversation_model string.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsClient.conversation_model_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.conversation_path

conversation_path(project: str, conversation: str) -> str

Returns a fully-qualified conversation string.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsClient.conversation_path

google.cloud.dialogflow_v2.services.conversations.ConversationsClient.conversation_profile_path

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

Returns a fully-qualified conversation_profile string.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsClient.conversation_profile_path

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, str]] = ()
) -> 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

Returns a fully-qualified cx_security_settings string.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsClient.cx_security_settings_path

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_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, str]] = ()
) -> google.cloud.dialogflow_v2.types.conversation.GenerateStatelessSummaryResponse

Generates and returns a summary for a conversation that 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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.knowledge_base_path

knowledge_base_path(project: str, knowledge_base: str) -> str

Returns a fully-qualified knowledge_base string.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsClient.knowledge_base_path

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, str]] = ()
) -> google.cloud.dialogflow_v2.services.conversations.pagers.ListConversationsPager

Returns the list of all conversations in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a agent path into its component segments.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_agent_path

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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2.services.conversations.ConversationsClient.parse_common_billing_account_path

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_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_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.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, str]] = ()
) -> google.cloud.dialogflow_v2.types.conversation.SearchKnowledgeResponse

Get answers for the given query based on knowledge documents.

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, str]] = ()
) -> google.cloud.dialogflow_v2.types.conversation.SuggestConversationSummaryResponse

Suggests summary for a conversation based on specific historical 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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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

Returns a fully-qualified document string.

See more: google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.document_path

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Exports a smart messaging candidate document into the specified destination.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.documents.pagers.ListDocumentsAsyncPager

Returns the list of all documents of the knowledge base.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.parse_common_billing_account_path

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]

Parse a location path into its component segments.

See more: google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.parse_common_location_path

google.cloud.dialogflow_v2.services.documents.DocumentsAsyncClient.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.DocumentsAsyncClient.parse_common_organization_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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

Returns a fully-qualified billing_account string.

See more: google.cloud.dialogflow_v2.services.documents.DocumentsClient.common_billing_account_path

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

Returns a fully-qualified organization string.

See more: google.cloud.dialogflow_v2.services.documents.DocumentsClient.common_organization_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation

Exports a smart messaging candidate document into the specified destination.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.documents.pagers.ListDocumentsPager

Returns the list of all documents of the knowledge base.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a folder path into its component segments.

See more: google.cloud.dialogflow_v2.services.documents.DocumentsClient.parse_common_folder_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, 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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Updates or creates multiple entities in the specified entity type.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> google.cloud.dialogflow_v2.services.entity_types.pagers.ListEntityTypesAsyncPager

Returns the list of all entity types in the specified agent.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation

Updates or creates multiple entities in the specified entity type.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.types.entity_type.EntityType

Creates an entity type in the specified agent.

See more: google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.create_entity_type

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, str]] = ()
) -> None

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.entity_type_path

entity_type_path(project: str, entity_type: str) -> str

Returns a fully-qualified entity_type string.

See more: google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.entity_type_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.entity_types.pagers.ListEntityTypesPager

Returns the list of all entity types in the specified agent.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.parse_common_billing_account_path

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]

Parse a location path into its component segments.

See more: google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.parse_common_location_path

google.cloud.dialogflow_v2.services.entity_types.EntityTypesClient.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.entity_types.EntityTypesClient.parse_common_organization_path

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> google.cloud.dialogflow_v2.services.environments.pagers.ListEnvironmentsAsyncPager

Returns the list of all non-default environments of the 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a environment path into its component segments.

See more: google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.parse_environment_path

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.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.EnvironmentsAsyncClient.parse_fulfillment_path

google.cloud.dialogflow_v2.services.environments.EnvironmentsAsyncClient.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.EnvironmentsAsyncClient.parse_version_path

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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> None

google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.environment_path

environment_path(project: str, environment: str) -> str

Returns a fully-qualified environment string.

See more: google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.environment_path

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

Returns a fully-qualified fulfillment string.

See more: google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.fulfillment_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.environments.pagers.ListEnvironmentsPager

Returns the list of all non-default environments of the 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_common_billing_account_path

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]

Parse a organization path into its component segments.

See more: google.cloud.dialogflow_v2.services.environments.EnvironmentsClient.parse_common_organization_path

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a fulfillment path into its component segments.

See more: google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsAsyncClient.parse_fulfillment_path

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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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

Returns a fully-qualified fulfillment string.

See more: google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.fulfillment_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.parse_common_billing_account_path

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]

Parse a organization path into its component segments.

See more: google.cloud.dialogflow_v2.services.fulfillments.FulfillmentsClient.parse_common_organization_path

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, str]] = ()
) -> google.cloud.dialogflow_v2.types.fulfillment.Fulfillment

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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

Returns a fully-qualified billing_account string.

See more: google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.common_billing_account_path

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

Returns a fully-qualified organization string.

See more: google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.common_organization_path

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, str]] = ()
) -> google.cloud.dialogflow_v2.types.intent.Intent

Creates an intent in the specified agent.

See more: google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.create_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, str]] = ()
) -> None

Deletes the specified intent and its direct or indirect followup intents.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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

Returns a fully-qualified intent string.

See more: google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.intent_path

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, str]] = ()
) -> google.cloud.dialogflow_v2.services.intents.pagers.ListIntentsAsyncPager

Returns the list of all intents in the specified agent.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a folder path into its component segments.

See more: google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_common_folder_path

google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.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.IntentsAsyncClient.parse_common_location_path

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]

Parse a project path into its component segments.

See more: google.cloud.dialogflow_v2.services.intents.IntentsAsyncClient.parse_common_project_path

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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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

Returns a fully-qualified folder string.

See more: google.cloud.dialogflow_v2.services.intents.IntentsClient.common_folder_path

google.cloud.dialogflow_v2.services.intents.IntentsClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.dialogflow_v2.services.intents.IntentsClient.common_location_path

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

Returns a fully-qualified project string.

See more: google.cloud.dialogflow_v2.services.intents.IntentsClient.common_project_path

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, str]] = ()
) -> 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, str]] = ()
) -> None

Deletes the specified intent and its direct or indirect followup intents.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.intents.pagers.ListIntentsPager

Returns the list of all intents in the specified agent.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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,
)

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

See more: google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.get_mtls_endpoint_and_cert_source

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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.get_operation

google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> (
    google.cloud.dialogflow_v2.services.knowledge_bases.pagers.ListKnowledgeBasesAsyncPager
)

Returns the list of all knowledge bases of the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a knowledge_base path into its component segments.

See more: google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesAsyncClient.parse_knowledge_base_path

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, str]] = ()
) -> 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 = 

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)

Releases underlying transport's resources.

See more: google.cloud.dialogflow_v2.services.knowledge_bases.KnowledgeBasesClient.exit

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.knowledge_bases.pagers.ListKnowledgeBasesPager

Returns the list of all knowledge bases of the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.dialogflow_v2.types.participant.AnalyzeContentResponse

Adds a text (chat, for example), or audio (phone recording, for example) 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.types.participant.Participant

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.participants.pagers.ListParticipantsAsyncPager

Returns the list of all participants in the specified conversation.

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]

Parses a context path into its component segments.

See more: google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.parse_context_path

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.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.ParticipantsAsyncClient.parse_intent_path

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.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.ParticipantsAsyncClient.parse_message_path

google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.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.ParticipantsAsyncClient.parse_participant_path

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.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.ParticipantsAsyncClient.session_entity_type_path

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, str]] = ()
) -> typing.Awaitable[
    typing.AsyncIterable[
        google.cloud.dialogflow_v2.types.participant.StreamingAnalyzeContentResponse
    ]
]

Adds a text (chat, for example), or audio (phone recording, for example) 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, str]] = ()
) -> google.cloud.dialogflow_v2.types.participant.SuggestArticlesResponse

Gets suggested articles for a participant based on specific 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, str]] = ()
) -> google.cloud.dialogflow_v2.types.participant.SuggestFaqAnswersResponse

Gets suggested faq answers for a participant based on specific historical messages.

See more: google.cloud.dialogflow_v2.services.participants.ParticipantsAsyncClient.suggest_faq_answers

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, str]] = ()
) -> google.cloud.dialogflow_v2.types.participant.SuggestSmartRepliesResponse

Gets smart replies for a participant based on specific 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, str]] = ()
) -> 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 = 

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,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.dialogflow_v2.types.participant.AnalyzeContentResponse

Adds a text (chat, for example), or audio (phone recording, for example) 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

Returns a fully-qualified answer_record string.

See more: google.cloud.dialogflow_v2.services.participants.ParticipantsClient.answer_record_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.participants.pagers.ListParticipantsPager

Returns the list of all participants in the specified conversation.

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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_common_billing_account_path

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]

Parse a organization path into its component segments.

See more: google.cloud.dialogflow_v2.services.participants.ParticipantsClient.parse_common_organization_path

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_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

Returns a fully-qualified participant string.

See more: google.cloud.dialogflow_v2.services.participants.ParticipantsClient.participant_path

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, str]] = ()
) -> typing.Iterable[
    google.cloud.dialogflow_v2.types.participant.StreamingAnalyzeContentResponse
]

Adds a text (chat, for example), or audio (phone recording, for example) 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, str]] = ()
) -> google.cloud.dialogflow_v2.types.participant.SuggestArticlesResponse

Gets suggested articles for a participant based on specific 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, str]] = ()
) -> google.cloud.dialogflow_v2.types.participant.SuggestFaqAnswersResponse

Gets suggested faq answers for a participant based on specific historical messages.

See more: google.cloud.dialogflow_v2.services.participants.ParticipantsClient.suggest_faq_answers

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, str]] = ()
) -> google.cloud.dialogflow_v2.types.participant.SuggestSmartRepliesResponse

Gets smart replies for a participant based on specific 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2.services.session_entity_types.SessionEntityTypesAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2.services.session_entity_types.pagers.ListSessionEntityTypesAsyncPager
)

Returns the list of all session entity types in the specified 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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2.services.session_entity_types.pagers.ListSessionEntityTypesPager
)

Returns the list of all session entity types in the specified 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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

Returns a fully-qualified context string.

See more: google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.context_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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

Returns a fully-qualified intent string.

See more: google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.intent_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a folder path into its component segments.

See more: google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.parse_common_folder_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.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.SessionsAsyncClient.parse_common_location_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.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.SessionsAsyncClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.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.SessionsAsyncClient.parse_common_project_path

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_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.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

Returns a fully-qualified session string.

See more: google.cloud.dialogflow_v2.services.sessions.SessionsAsyncClient.session_path

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, str]] = ()
) -> typing.Awaitable[
    typing.AsyncIterable[
        google.cloud.dialogflow_v2.types.session.StreamingDetectIntentResponse
    ]
]

Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.

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 = 

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, str]] = ()
) -> 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

Returns a fully-qualified folder string.

See more: google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_folder_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_location_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_organization_path

google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_project_path

common_project_path(project: str) -> str

Returns a fully-qualified project string.

See more: google.cloud.dialogflow_v2.services.sessions.SessionsClient.common_project_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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_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.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, str]] = ()
) -> typing.Iterable[
    google.cloud.dialogflow_v2.types.session.StreamingDetectIntentResponse
]

Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.versions.pagers.ListVersionsAsyncPager

Returns the list of all versions of the specified agent.

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]

Parse a folder path into its component segments.

See more: google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.parse_common_folder_path

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.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.VersionsAsyncClient.parse_common_location_path

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.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.VersionsAsyncClient.parse_common_organization_path

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.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.VersionsAsyncClient.parse_common_project_path

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, str]] = ()
) -> google.cloud.dialogflow_v2.types.version.Version

google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.version_path

version_path(project: str, version: str) -> str

Returns a fully-qualified version string.

See more: google.cloud.dialogflow_v2.services.versions.VersionsAsyncClient.version_path

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 = 

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, str]] = ()
) -> 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

Returns a fully-qualified folder string.

See more: google.cloud.dialogflow_v2.services.versions.VersionsClient.common_folder_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.dialogflow_v2.services.versions.VersionsClient.common_location_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.dialogflow_v2.services.versions.VersionsClient.common_organization_path

google.cloud.dialogflow_v2.services.versions.VersionsClient.common_project_path

common_project_path(project: str) -> str

Returns a fully-qualified project string.

See more: google.cloud.dialogflow_v2.services.versions.VersionsClient.common_project_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.types.version.Version

Retrieves the specified agent version.

See more: google.cloud.dialogflow_v2.services.versions.VersionsClient.get_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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2.services.versions.pagers.ListVersionsPager

Returns the list of all versions of the specified agent.

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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

Returns a fully-qualified agent string.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Exports the specified agent to a ZIP file.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a folder path into its component segments.

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

google.cloud.dialogflow_v2beta1.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_v2beta1.services.agents.AgentsAsyncClient.parse_common_location_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.agents.AgentsAsyncClient.parse_common_organization_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.agents.AgentsAsyncClient.parse_common_project_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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 = 

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, str]] = ()
) -> 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

Returns a fully-qualified billing_account string.

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

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

Returns a fully-qualified location string.

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

google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.agent.Agent

Creates/updates the specified agent.

See more: google.cloud.dialogflow_v2beta1.services.agents.AgentsClient.set_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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.answer_records.pagers.ListAnswerRecordsAsyncPager
)

Returns the list of all answer records in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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, str]] = ()
) -> 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 = 

Instantiates the answer records client.

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

google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.dialogflow_v2beta1.services.answer_records.AnswerRecordsClient.get_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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.answer_records.pagers.ListAnswerRecordsPager
)

Returns the list of all answer records in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a answer_record path into its component segments.

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

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.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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.contexts.pagers.ListContextsAsyncPager

Returns the list of all contexts in the specified session.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a billing_account path into its component segments.

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

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, str]] = ()
) -> 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 = 

Instantiates the contexts client.

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

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, str]] = ()
) -> 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

Returns a fully-qualified context string.

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

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.contexts.pagers.ListContextsPager

Returns the list of all contexts in the specified session.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a folder path into its component segments.

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

google.cloud.dialogflow_v2beta1.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_v2beta1.services.contexts.ContextsClient.parse_common_location_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.contexts.ContextsClient.parse_common_organization_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.contexts.ContextsClient.parse_common_project_path

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

Instantiates the conversation profiles async client.

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

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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Clears a suggestion feature from a conversation profile for the given 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.conversation_profiles.pagers.ListConversationProfilesAsyncPager
)

Returns the list of all conversation profiles in the specified project.

See more: google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.list_conversation_profiles

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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesAsyncClient.list_operations

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_knowledge_base_path

parse_knowledge_base_path(path: str) -> typing.Dict[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, str]] = ()
) -> 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, str]] = ()
) -> 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.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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dialogflow_v2beta1.services.conversation_profiles.ConversationProfilesClient.cancel_operation

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, str]] = ()
) -> google.api_core.operation.Operation

Clears a suggestion feature from a conversation profile for the given 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.conversation_profiles.pagers.ListConversationProfilesPager
)

Returns the list of all conversation profiles in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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_knowledge_base_path

parse_knowledge_base_path(path: str) -> typing.Dict[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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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_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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSummaryResponse
)

Generates and returns a summary for a conversation that 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.dialogflow_v2beta1.services.conversations.transports.base.ConversationsTransport
    ]
)

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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListConversationsAsyncPager
)

Returns the list of all conversations in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListMessagesAsyncPager
)

Lists messages that belong to a given conversation.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.list_messages

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, str]] = ()
) -> 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]

Parses a conversation_model path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_conversation_model_path

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]

Parses a conversation_profile path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.parse_conversation_profile_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.conversations.ConversationsAsyncClient.parse_cx_security_settings_path

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_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.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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.conversation.SearchKnowledgeResponse

Get answers for the given query based on knowledge documents.

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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.types.conversation.SuggestConversationSummaryResponse
)

Suggest summary for a conversation based on specific historical messages.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsAsyncClient.suggest_conversation_summary

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 = 

Instantiates the conversations client.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient

google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.exit

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,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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_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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.types.conversation.GenerateStatelessSummaryResponse
)

Generates and returns a summary for a conversation that 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.conversations.pagers.ListConversationsPager
)

Returns the list of all conversations in the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a answer_record path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_answer_record_path

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]

Parses a conversation path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.parse_conversation_path

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_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.conversations.ConversationsClient.parse_document_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.conversations.ConversationsClient.parse_knowledge_base_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.conversations.ConversationsClient.parse_message_path

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.conversation.SearchKnowledgeResponse

Get answers for the given query based on knowledge documents.

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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.types.conversation.SuggestConversationSummaryResponse
)

Suggest summary for a conversation based on specific historical messages.

See more: google.cloud.dialogflow_v2beta1.services.conversations.ConversationsClient.suggest_conversation_summary

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a document path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.documents.DocumentsAsyncClient.parse_document_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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 = 

Instantiates the documents client.

See more: google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.dialogflow_v2beta1.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_v2beta1.services.documents.DocumentsClient.document_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.parse_common_billing_account_path

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]

Parse a location path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.documents.DocumentsClient.parse_common_location_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.documents.DocumentsClient.parse_common_organization_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, 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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Updates or creates multiple entities in the specified entity type.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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,
)

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

See more: google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.get_mtls_endpoint_and_cert_source

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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.entity_types.pagers.ListEntityTypesAsyncPager
)

Returns the list of all entity types in the specified agent.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a entity_type path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesAsyncClient.parse_entity_type_path

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, str]] = ()
) -> 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 = 

Instantiates the entity types client.

See more: google.cloud.dialogflow_v2beta1.services.entity_types.EntityTypesClient

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation

Updates or creates multiple entities in the specified entity type.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.entity_types.pagers.ListEntityTypesPager

Returns the list of all entity types in the specified agent.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    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, str]] = ()
) -> 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,
)

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

See more: google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.get_mtls_endpoint_and_cert_source

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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.environments.pagers.ListEnvironmentsAsyncPager
)

Returns the list of all non-draft environments of the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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 = 

Instantiates the environments client.

See more: google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient

google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.exit

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.environments.pagers.ListEnvironmentsPager

Returns the list of all non-draft environments of the specified 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a environment path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.environments.EnvironmentsClient.parse_environment_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.environments.EnvironmentsClient.parse_fulfillment_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.environments.EnvironmentsClient.parse_version_path

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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,
)

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

See more: google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.get_mtls_endpoint_and_cert_source

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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.get_operation

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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 = 

Instantiates the fulfillments client.

See more: google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient

google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.exit

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a fulfillment path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.fulfillments.FulfillmentsClient.parse_fulfillment_path

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.fulfillment.Fulfillment

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> None

Deletes the specified intent and its direct or indirect followup intents.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.intents.pagers.ListIntentsAsyncPager

Returns the list of all intents in the specified agent.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_common_billing_account_path

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]

Parse a organization path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.intents.IntentsAsyncClient.parse_common_organization_path

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, str]] = ()
) -> 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 = 

Instantiates the intents client.

See more: google.cloud.dialogflow_v2beta1.services.intents.IntentsClient

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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

Returns a fully-qualified billing_account string.

See more: google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.common_billing_account_path

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

Returns a fully-qualified organization string.

See more: google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.common_organization_path

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.intent.Intent

Creates an intent in the specified agent.

See more: google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.create_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, str]] = ()
) -> None

Deletes the specified intent and its direct or indirect followup intents.

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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

Returns a fully-qualified intent string.

See more: google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.intent_path

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.intents.pagers.ListIntentsPager

Returns the list of all intents in the specified agent.

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a folder path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_common_folder_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.intents.IntentsClient.parse_common_location_path

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]

Parse a project path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.intents.IntentsClient.parse_common_project_path

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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 = 

Instantiates the knowledge bases client.

See more: google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.get_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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parses a knowledge_base path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.knowledge_bases.KnowledgeBasesClient.parse_knowledge_base_path

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.participant.AnalyzeContentResponse

Adds a text (chat, for example), or audio (phone recording, for example) 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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,
)

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

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.get_mtls_endpoint_and_cert_source

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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.get_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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.participant.Participant

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.participants.pagers.ListParticipantsAsyncPager
)

Returns the list of all participants in the specified conversation.

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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.participants.pagers.ListSuggestionsAsyncPager
)

Deprecated: Use inline suggestion, event based suggestion or Suggestion* 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]

Parses a answer_record path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.parse_answer_record_path

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_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.ParticipantsAsyncClient.parse_session_entity_type_path

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.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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.participant.SuggestArticlesResponse

Gets suggested articles for a participant based on specific historical 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.participant.SuggestFaqAnswersResponse

Gets suggested faq answers for a participant based on specific historical messages.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_faq_answers

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.participant.SuggestSmartRepliesResponse

Gets smart replies for a participant based on specific historical messages.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsAsyncClient.suggest_smart_replies

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, str]] = ()
) -> 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 = 

Instantiates the participants client.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.exit

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.participant.AnalyzeContentResponse

Adds a text (chat, for example), or audio (phone recording, for example) 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.participants.pagers.ListParticipantsPager

Returns the list of all participants in the specified conversation.

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.participants.pagers.ListSuggestionsPager

Deprecated: Use inline suggestion, event based suggestion or Suggestion* 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]

Parses a context path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.parse_context_path

google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.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.participants.ParticipantsClient.parse_document_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.participants.ParticipantsClient.parse_intent_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.participants.ParticipantsClient.parse_message_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.participants.ParticipantsClient.parse_participant_path

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.participant_path

participant_path(project: str, conversation: str, participant: 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

Returns a fully-qualified session_entity_type string.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.session_entity_type_path

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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.participant.SuggestArticlesResponse

Gets suggested articles for a participant based on specific historical 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.participant.SuggestFaqAnswersResponse

Gets suggested faq answers for a participant based on specific historical messages.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_faq_answers

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.participant.SuggestSmartRepliesResponse

Gets smart replies for a participant based on specific historical messages.

See more: google.cloud.dialogflow_v2beta1.services.participants.ParticipantsClient.suggest_smart_replies

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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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 = 

Instantiates the session entity types async client.

See more: google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient

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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.cancel_operation

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.session_entity_type.SessionEntityType

google.cloud.dialogflow_v2beta1.services.session_entity_types.SessionEntityTypesAsyncClient.get_transport_class

get_transport_class() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.session_entity_types.pagers.ListSessionEntityTypesAsyncPager
)

Returns the list of all session entity types in the specified 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, str]] = ()
) -> 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.dialogflow_v2beta1.services.session_entity_types.pagers.ListSessionEntityTypesPager
)

Returns the list of all session entity types in the specified 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, str]] = ()
) -> 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, str]] = ()
)

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, str]] = ()
)

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.sessions.SessionsAsyncClient.parse_common_billing_account_path

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_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.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.SessionsAsyncClient.session_entity_type_path

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, str]] = ()
) -> typing.Awaitable[
    typing.AsyncIterable[
        google.cloud.dialogflow_v2beta1.types.session.StreamingDetectIntentResponse
    ]
]

Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.

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 = 

Instantiates the sessions client.

See more: google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient

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, str]] = ()
) -> 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

Returns a fully-qualified context string.

See more: google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.context_path

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, str]] = ()
) -> 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

Returns a fully-qualified document string.

See more: google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.document_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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

Returns a fully-qualified intent string.

See more: google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.intent_path

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, str]] = ()
) -> 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, str]] = ()
) -> 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]

Parse a folder path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.parse_common_folder_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.sessions.SessionsClient.parse_common_location_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.sessions.SessionsClient.parse_common_organization_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.sessions.SessionsClient.parse_common_project_path

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_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.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

Returns a fully-qualified session string.

See more: google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.session_path

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, str]] = ()
) -> typing.Iterable[
    google.cloud.dialogflow_v2beta1.types.session.StreamingDetectIntentResponse
]

Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.

See more: google.cloud.dialogflow_v2beta1.services.sessions.SessionsClient.streaming_detect_intent

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 = 

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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() -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.versions.pagers.ListVersionsAsyncPager

Returns the list of all versions of the specified agent.

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]

Parse a billing_account path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.versions.VersionsAsyncClient.parse_common_billing_account_path

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, str]] = ()
) -> 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 = 

Instantiates the versions client.

See more: google.cloud.dialogflow_v2beta1.services.versions.VersionsClient

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.services.versions.pagers.ListVersionsPager

Returns the list of all versions of the specified agent.

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]

Parse a folder path into its component segments.

See more: google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.parse_common_folder_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.versions.VersionsClient.parse_common_location_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.versions.VersionsClient.parse_common_organization_path

google.cloud.dialogflow_v2beta1.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_v2beta1.services.versions.VersionsClient.parse_common_project_path

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, str]] = ()
) -> google.cloud.dialogflow_v2beta1.types.version.Version

google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.version_path

version_path(project: str, version: str) -> str

Returns a fully-qualified version string.

See more: google.cloud.dialogflow_v2beta1.services.versions.VersionsClient.version_path

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, str]] = ()
)

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, str]] = ()
)