Versions in this module Expand all Collapse all v1 v1.42.0 Jun 28, 2021 Changes in this version + func DefaultAuthScopes() []string + type AgentIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.Agent, nextPageToken string, err error) + Response interface{} + func (it *AgentIterator) Next() (*cxpb.Agent, error) + func (it *AgentIterator) PageInfo() *iterator.PageInfo + type AgentsCallOptions struct + CreateAgent []gax.CallOption + DeleteAgent []gax.CallOption + ExportAgent []gax.CallOption + GetAgent []gax.CallOption + GetAgentValidationResult []gax.CallOption + ListAgents []gax.CallOption + RestoreAgent []gax.CallOption + UpdateAgent []gax.CallOption + ValidateAgent []gax.CallOption + type AgentsClient struct + CallOptions *AgentsCallOptions + LROClient *lroauto.OperationsClient + func NewAgentsClient(ctx context.Context, opts ...option.ClientOption) (*AgentsClient, error) + func (c *AgentsClient) Close() error + func (c *AgentsClient) Connection() *grpc.ClientConn + func (c *AgentsClient) CreateAgent(ctx context.Context, req *cxpb.CreateAgentRequest, opts ...gax.CallOption) (*cxpb.Agent, error) + func (c *AgentsClient) DeleteAgent(ctx context.Context, req *cxpb.DeleteAgentRequest, opts ...gax.CallOption) error + func (c *AgentsClient) ExportAgent(ctx context.Context, req *cxpb.ExportAgentRequest, opts ...gax.CallOption) (*ExportAgentOperation, error) + func (c *AgentsClient) ExportAgentOperation(name string) *ExportAgentOperation + func (c *AgentsClient) GetAgent(ctx context.Context, req *cxpb.GetAgentRequest, opts ...gax.CallOption) (*cxpb.Agent, error) + func (c *AgentsClient) GetAgentValidationResult(ctx context.Context, req *cxpb.GetAgentValidationResultRequest, ...) (*cxpb.AgentValidationResult, error) + func (c *AgentsClient) ListAgents(ctx context.Context, req *cxpb.ListAgentsRequest, opts ...gax.CallOption) *AgentIterator + func (c *AgentsClient) RestoreAgent(ctx context.Context, req *cxpb.RestoreAgentRequest, opts ...gax.CallOption) (*RestoreAgentOperation, error) + func (c *AgentsClient) RestoreAgentOperation(name string) *RestoreAgentOperation + func (c *AgentsClient) UpdateAgent(ctx context.Context, req *cxpb.UpdateAgentRequest, opts ...gax.CallOption) (*cxpb.Agent, error) + func (c *AgentsClient) ValidateAgent(ctx context.Context, req *cxpb.ValidateAgentRequest, opts ...gax.CallOption) (*cxpb.AgentValidationResult, error) + type BatchRunTestCasesOperation struct + func (op *BatchRunTestCasesOperation) Done() bool + func (op *BatchRunTestCasesOperation) Metadata() (*cxpb.BatchRunTestCasesMetadata, error) + func (op *BatchRunTestCasesOperation) Name() string + func (op *BatchRunTestCasesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.BatchRunTestCasesResponse, error) + func (op *BatchRunTestCasesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.BatchRunTestCasesResponse, error) + type ContinuousTestResultIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.ContinuousTestResult, nextPageToken string, err error) + Response interface{} + func (it *ContinuousTestResultIterator) Next() (*cxpb.ContinuousTestResult, error) + func (it *ContinuousTestResultIterator) PageInfo() *iterator.PageInfo + type CreateEnvironmentOperation struct + func (op *CreateEnvironmentOperation) Done() bool + func (op *CreateEnvironmentOperation) Metadata() (*structpb.Struct, error) + func (op *CreateEnvironmentOperation) Name() string + func (op *CreateEnvironmentOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.Environment, error) + func (op *CreateEnvironmentOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.Environment, error) + type CreateVersionOperation struct + func (op *CreateVersionOperation) Done() bool + func (op *CreateVersionOperation) Metadata() (*cxpb.CreateVersionOperationMetadata, error) + func (op *CreateVersionOperation) Name() string + func (op *CreateVersionOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.Version, error) + func (op *CreateVersionOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.Version, error) + type EntityTypeIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.EntityType, nextPageToken string, err error) + Response interface{} + func (it *EntityTypeIterator) Next() (*cxpb.EntityType, error) + func (it *EntityTypeIterator) PageInfo() *iterator.PageInfo + type EntityTypesCallOptions struct + CreateEntityType []gax.CallOption + DeleteEntityType []gax.CallOption + GetEntityType []gax.CallOption + ListEntityTypes []gax.CallOption + UpdateEntityType []gax.CallOption + type EntityTypesClient struct + CallOptions *EntityTypesCallOptions + func NewEntityTypesClient(ctx context.Context, opts ...option.ClientOption) (*EntityTypesClient, error) + func (c *EntityTypesClient) Close() error + func (c *EntityTypesClient) Connection() *grpc.ClientConn + func (c *EntityTypesClient) CreateEntityType(ctx context.Context, req *cxpb.CreateEntityTypeRequest, opts ...gax.CallOption) (*cxpb.EntityType, error) + func (c *EntityTypesClient) DeleteEntityType(ctx context.Context, req *cxpb.DeleteEntityTypeRequest, opts ...gax.CallOption) error + func (c *EntityTypesClient) GetEntityType(ctx context.Context, req *cxpb.GetEntityTypeRequest, opts ...gax.CallOption) (*cxpb.EntityType, error) + func (c *EntityTypesClient) ListEntityTypes(ctx context.Context, req *cxpb.ListEntityTypesRequest, opts ...gax.CallOption) *EntityTypeIterator + func (c *EntityTypesClient) UpdateEntityType(ctx context.Context, req *cxpb.UpdateEntityTypeRequest, opts ...gax.CallOption) (*cxpb.EntityType, error) + type EnvironmentIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.Environment, nextPageToken string, err error) + Response interface{} + func (it *EnvironmentIterator) Next() (*cxpb.Environment, error) + func (it *EnvironmentIterator) PageInfo() *iterator.PageInfo + type EnvironmentsCallOptions struct + CreateEnvironment []gax.CallOption + DeleteEnvironment []gax.CallOption + GetEnvironment []gax.CallOption + ListContinuousTestResults []gax.CallOption + ListEnvironments []gax.CallOption + LookupEnvironmentHistory []gax.CallOption + RunContinuousTest []gax.CallOption + UpdateEnvironment []gax.CallOption + type EnvironmentsClient struct + CallOptions *EnvironmentsCallOptions + LROClient *lroauto.OperationsClient + func NewEnvironmentsClient(ctx context.Context, opts ...option.ClientOption) (*EnvironmentsClient, error) + func (c *EnvironmentsClient) Close() error + func (c *EnvironmentsClient) Connection() *grpc.ClientConn + func (c *EnvironmentsClient) CreateEnvironment(ctx context.Context, req *cxpb.CreateEnvironmentRequest, ...) (*CreateEnvironmentOperation, error) + func (c *EnvironmentsClient) CreateEnvironmentOperation(name string) *CreateEnvironmentOperation + func (c *EnvironmentsClient) DeleteEnvironment(ctx context.Context, req *cxpb.DeleteEnvironmentRequest, ...) error + func (c *EnvironmentsClient) GetEnvironment(ctx context.Context, req *cxpb.GetEnvironmentRequest, opts ...gax.CallOption) (*cxpb.Environment, error) + func (c *EnvironmentsClient) ListContinuousTestResults(ctx context.Context, req *cxpb.ListContinuousTestResultsRequest, ...) *ContinuousTestResultIterator + func (c *EnvironmentsClient) ListEnvironments(ctx context.Context, req *cxpb.ListEnvironmentsRequest, opts ...gax.CallOption) *EnvironmentIterator + func (c *EnvironmentsClient) LookupEnvironmentHistory(ctx context.Context, req *cxpb.LookupEnvironmentHistoryRequest, ...) *EnvironmentIterator + func (c *EnvironmentsClient) RunContinuousTest(ctx context.Context, req *cxpb.RunContinuousTestRequest, ...) (*RunContinuousTestOperation, error) + func (c *EnvironmentsClient) RunContinuousTestOperation(name string) *RunContinuousTestOperation + func (c *EnvironmentsClient) UpdateEnvironment(ctx context.Context, req *cxpb.UpdateEnvironmentRequest, ...) (*UpdateEnvironmentOperation, error) + func (c *EnvironmentsClient) UpdateEnvironmentOperation(name string) *UpdateEnvironmentOperation + type ExperimentIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.Experiment, nextPageToken string, err error) + Response interface{} + func (it *ExperimentIterator) Next() (*cxpb.Experiment, error) + func (it *ExperimentIterator) PageInfo() *iterator.PageInfo + type ExperimentsCallOptions struct + CreateExperiment []gax.CallOption + DeleteExperiment []gax.CallOption + GetExperiment []gax.CallOption + ListExperiments []gax.CallOption + StartExperiment []gax.CallOption + StopExperiment []gax.CallOption + UpdateExperiment []gax.CallOption + type ExperimentsClient struct + CallOptions *ExperimentsCallOptions + func NewExperimentsClient(ctx context.Context, opts ...option.ClientOption) (*ExperimentsClient, error) + func (c *ExperimentsClient) Close() error + func (c *ExperimentsClient) Connection() *grpc.ClientConn + func (c *ExperimentsClient) CreateExperiment(ctx context.Context, req *cxpb.CreateExperimentRequest, opts ...gax.CallOption) (*cxpb.Experiment, error) + func (c *ExperimentsClient) DeleteExperiment(ctx context.Context, req *cxpb.DeleteExperimentRequest, opts ...gax.CallOption) error + func (c *ExperimentsClient) GetExperiment(ctx context.Context, req *cxpb.GetExperimentRequest, opts ...gax.CallOption) (*cxpb.Experiment, error) + func (c *ExperimentsClient) ListExperiments(ctx context.Context, req *cxpb.ListExperimentsRequest, opts ...gax.CallOption) *ExperimentIterator + func (c *ExperimentsClient) StartExperiment(ctx context.Context, req *cxpb.StartExperimentRequest, opts ...gax.CallOption) (*cxpb.Experiment, error) + func (c *ExperimentsClient) StopExperiment(ctx context.Context, req *cxpb.StopExperimentRequest, opts ...gax.CallOption) (*cxpb.Experiment, error) + func (c *ExperimentsClient) UpdateExperiment(ctx context.Context, req *cxpb.UpdateExperimentRequest, opts ...gax.CallOption) (*cxpb.Experiment, error) + type ExportAgentOperation struct + func (op *ExportAgentOperation) Done() bool + func (op *ExportAgentOperation) Metadata() (*structpb.Struct, error) + func (op *ExportAgentOperation) Name() string + func (op *ExportAgentOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.ExportAgentResponse, error) + func (op *ExportAgentOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.ExportAgentResponse, error) + type ExportFlowOperation struct + func (op *ExportFlowOperation) Done() bool + func (op *ExportFlowOperation) Metadata() (*structpb.Struct, error) + func (op *ExportFlowOperation) Name() string + func (op *ExportFlowOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.ExportFlowResponse, error) + func (op *ExportFlowOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.ExportFlowResponse, error) + type ExportTestCasesOperation struct + func (op *ExportTestCasesOperation) Done() bool + func (op *ExportTestCasesOperation) Metadata() (*cxpb.ExportTestCasesMetadata, error) + func (op *ExportTestCasesOperation) Name() string + func (op *ExportTestCasesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.ExportTestCasesResponse, error) + func (op *ExportTestCasesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.ExportTestCasesResponse, error) + type FlowIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.Flow, nextPageToken string, err error) + Response interface{} + func (it *FlowIterator) Next() (*cxpb.Flow, error) + func (it *FlowIterator) PageInfo() *iterator.PageInfo + type FlowsCallOptions struct + CreateFlow []gax.CallOption + DeleteFlow []gax.CallOption + ExportFlow []gax.CallOption + GetFlow []gax.CallOption + GetFlowValidationResult []gax.CallOption + ImportFlow []gax.CallOption + ListFlows []gax.CallOption + TrainFlow []gax.CallOption + UpdateFlow []gax.CallOption + ValidateFlow []gax.CallOption + type FlowsClient struct + CallOptions *FlowsCallOptions + LROClient *lroauto.OperationsClient + func NewFlowsClient(ctx context.Context, opts ...option.ClientOption) (*FlowsClient, error) + func (c *FlowsClient) Close() error + func (c *FlowsClient) Connection() *grpc.ClientConn + func (c *FlowsClient) CreateFlow(ctx context.Context, req *cxpb.CreateFlowRequest, opts ...gax.CallOption) (*cxpb.Flow, error) + func (c *FlowsClient) DeleteFlow(ctx context.Context, req *cxpb.DeleteFlowRequest, opts ...gax.CallOption) error + func (c *FlowsClient) ExportFlow(ctx context.Context, req *cxpb.ExportFlowRequest, opts ...gax.CallOption) (*ExportFlowOperation, error) + func (c *FlowsClient) ExportFlowOperation(name string) *ExportFlowOperation + func (c *FlowsClient) GetFlow(ctx context.Context, req *cxpb.GetFlowRequest, opts ...gax.CallOption) (*cxpb.Flow, error) + func (c *FlowsClient) GetFlowValidationResult(ctx context.Context, req *cxpb.GetFlowValidationResultRequest, ...) (*cxpb.FlowValidationResult, error) + func (c *FlowsClient) ImportFlow(ctx context.Context, req *cxpb.ImportFlowRequest, opts ...gax.CallOption) (*ImportFlowOperation, error) + func (c *FlowsClient) ImportFlowOperation(name string) *ImportFlowOperation + func (c *FlowsClient) ListFlows(ctx context.Context, req *cxpb.ListFlowsRequest, opts ...gax.CallOption) *FlowIterator + func (c *FlowsClient) TrainFlow(ctx context.Context, req *cxpb.TrainFlowRequest, opts ...gax.CallOption) (*TrainFlowOperation, error) + func (c *FlowsClient) TrainFlowOperation(name string) *TrainFlowOperation + func (c *FlowsClient) UpdateFlow(ctx context.Context, req *cxpb.UpdateFlowRequest, opts ...gax.CallOption) (*cxpb.Flow, error) + func (c *FlowsClient) ValidateFlow(ctx context.Context, req *cxpb.ValidateFlowRequest, opts ...gax.CallOption) (*cxpb.FlowValidationResult, error) + type ImportFlowOperation struct + func (op *ImportFlowOperation) Done() bool + func (op *ImportFlowOperation) Metadata() (*structpb.Struct, error) + func (op *ImportFlowOperation) Name() string + func (op *ImportFlowOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.ImportFlowResponse, error) + func (op *ImportFlowOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.ImportFlowResponse, error) + type ImportTestCasesOperation struct + func (op *ImportTestCasesOperation) Done() bool + func (op *ImportTestCasesOperation) Metadata() (*cxpb.ImportTestCasesMetadata, error) + func (op *ImportTestCasesOperation) Name() string + func (op *ImportTestCasesOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.ImportTestCasesResponse, error) + func (op *ImportTestCasesOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.ImportTestCasesResponse, error) + type IntentIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.Intent, nextPageToken string, err error) + Response interface{} + func (it *IntentIterator) Next() (*cxpb.Intent, error) + func (it *IntentIterator) PageInfo() *iterator.PageInfo + type IntentsCallOptions struct + CreateIntent []gax.CallOption + DeleteIntent []gax.CallOption + GetIntent []gax.CallOption + ListIntents []gax.CallOption + UpdateIntent []gax.CallOption + type IntentsClient struct + CallOptions *IntentsCallOptions + func NewIntentsClient(ctx context.Context, opts ...option.ClientOption) (*IntentsClient, error) + func (c *IntentsClient) Close() error + func (c *IntentsClient) Connection() *grpc.ClientConn + func (c *IntentsClient) CreateIntent(ctx context.Context, req *cxpb.CreateIntentRequest, opts ...gax.CallOption) (*cxpb.Intent, error) + func (c *IntentsClient) DeleteIntent(ctx context.Context, req *cxpb.DeleteIntentRequest, opts ...gax.CallOption) error + func (c *IntentsClient) GetIntent(ctx context.Context, req *cxpb.GetIntentRequest, opts ...gax.CallOption) (*cxpb.Intent, error) + func (c *IntentsClient) ListIntents(ctx context.Context, req *cxpb.ListIntentsRequest, opts ...gax.CallOption) *IntentIterator + func (c *IntentsClient) UpdateIntent(ctx context.Context, req *cxpb.UpdateIntentRequest, opts ...gax.CallOption) (*cxpb.Intent, error) + type LoadVersionOperation struct + func (op *LoadVersionOperation) Done() bool + func (op *LoadVersionOperation) Metadata() (*structpb.Struct, error) + func (op *LoadVersionOperation) Name() string + func (op *LoadVersionOperation) Poll(ctx context.Context, opts ...gax.CallOption) error + func (op *LoadVersionOperation) Wait(ctx context.Context, opts ...gax.CallOption) error + type PageIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.Page, nextPageToken string, err error) + Response interface{} + func (it *PageIterator) Next() (*cxpb.Page, error) + func (it *PageIterator) PageInfo() *iterator.PageInfo + type PagesCallOptions struct + CreatePage []gax.CallOption + DeletePage []gax.CallOption + GetPage []gax.CallOption + ListPages []gax.CallOption + UpdatePage []gax.CallOption + type PagesClient struct + CallOptions *PagesCallOptions + func NewPagesClient(ctx context.Context, opts ...option.ClientOption) (*PagesClient, error) + func (c *PagesClient) Close() error + func (c *PagesClient) Connection() *grpc.ClientConn + func (c *PagesClient) CreatePage(ctx context.Context, req *cxpb.CreatePageRequest, opts ...gax.CallOption) (*cxpb.Page, error) + func (c *PagesClient) DeletePage(ctx context.Context, req *cxpb.DeletePageRequest, opts ...gax.CallOption) error + func (c *PagesClient) GetPage(ctx context.Context, req *cxpb.GetPageRequest, opts ...gax.CallOption) (*cxpb.Page, error) + func (c *PagesClient) ListPages(ctx context.Context, req *cxpb.ListPagesRequest, opts ...gax.CallOption) *PageIterator + func (c *PagesClient) UpdatePage(ctx context.Context, req *cxpb.UpdatePageRequest, opts ...gax.CallOption) (*cxpb.Page, error) + type RestoreAgentOperation struct + func (op *RestoreAgentOperation) Done() bool + func (op *RestoreAgentOperation) Metadata() (*structpb.Struct, error) + func (op *RestoreAgentOperation) Name() string + func (op *RestoreAgentOperation) Poll(ctx context.Context, opts ...gax.CallOption) error + func (op *RestoreAgentOperation) Wait(ctx context.Context, opts ...gax.CallOption) error + type RunContinuousTestOperation struct + func (op *RunContinuousTestOperation) Done() bool + func (op *RunContinuousTestOperation) Metadata() (*cxpb.RunContinuousTestMetadata, error) + func (op *RunContinuousTestOperation) Name() string + func (op *RunContinuousTestOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.RunContinuousTestResponse, error) + func (op *RunContinuousTestOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.RunContinuousTestResponse, error) + type RunTestCaseOperation struct + func (op *RunTestCaseOperation) Done() bool + func (op *RunTestCaseOperation) Metadata() (*cxpb.RunTestCaseMetadata, error) + func (op *RunTestCaseOperation) Name() string + func (op *RunTestCaseOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.RunTestCaseResponse, error) + func (op *RunTestCaseOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.RunTestCaseResponse, error) + type SecuritySettingsCallOptions struct + CreateSecuritySettings []gax.CallOption + DeleteSecuritySettings []gax.CallOption + GetSecuritySettings []gax.CallOption + ListSecuritySettings []gax.CallOption + UpdateSecuritySettings []gax.CallOption + type SecuritySettingsClient struct + CallOptions *SecuritySettingsCallOptions + func NewSecuritySettingsClient(ctx context.Context, opts ...option.ClientOption) (*SecuritySettingsClient, error) + func (c *SecuritySettingsClient) Close() error + func (c *SecuritySettingsClient) Connection() *grpc.ClientConn + func (c *SecuritySettingsClient) CreateSecuritySettings(ctx context.Context, req *cxpb.CreateSecuritySettingsRequest, ...) (*cxpb.SecuritySettings, error) + func (c *SecuritySettingsClient) DeleteSecuritySettings(ctx context.Context, req *cxpb.DeleteSecuritySettingsRequest, ...) error + func (c *SecuritySettingsClient) GetSecuritySettings(ctx context.Context, req *cxpb.GetSecuritySettingsRequest, ...) (*cxpb.SecuritySettings, error) + func (c *SecuritySettingsClient) ListSecuritySettings(ctx context.Context, req *cxpb.ListSecuritySettingsRequest, ...) *SecuritySettingsIterator + func (c *SecuritySettingsClient) UpdateSecuritySettings(ctx context.Context, req *cxpb.UpdateSecuritySettingsRequest, ...) (*cxpb.SecuritySettings, error) + type SecuritySettingsIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.SecuritySettings, nextPageToken string, err error) + Response interface{} + func (it *SecuritySettingsIterator) Next() (*cxpb.SecuritySettings, error) + func (it *SecuritySettingsIterator) PageInfo() *iterator.PageInfo + type SessionEntityTypeIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.SessionEntityType, nextPageToken string, err error) + Response interface{} + func (it *SessionEntityTypeIterator) Next() (*cxpb.SessionEntityType, error) + func (it *SessionEntityTypeIterator) PageInfo() *iterator.PageInfo + type SessionEntityTypesCallOptions struct + CreateSessionEntityType []gax.CallOption + DeleteSessionEntityType []gax.CallOption + GetSessionEntityType []gax.CallOption + ListSessionEntityTypes []gax.CallOption + UpdateSessionEntityType []gax.CallOption + type SessionEntityTypesClient struct + CallOptions *SessionEntityTypesCallOptions + func NewSessionEntityTypesClient(ctx context.Context, opts ...option.ClientOption) (*SessionEntityTypesClient, error) + func (c *SessionEntityTypesClient) Close() error + func (c *SessionEntityTypesClient) Connection() *grpc.ClientConn + func (c *SessionEntityTypesClient) CreateSessionEntityType(ctx context.Context, req *cxpb.CreateSessionEntityTypeRequest, ...) (*cxpb.SessionEntityType, error) + func (c *SessionEntityTypesClient) DeleteSessionEntityType(ctx context.Context, req *cxpb.DeleteSessionEntityTypeRequest, ...) error + func (c *SessionEntityTypesClient) GetSessionEntityType(ctx context.Context, req *cxpb.GetSessionEntityTypeRequest, ...) (*cxpb.SessionEntityType, error) + func (c *SessionEntityTypesClient) ListSessionEntityTypes(ctx context.Context, req *cxpb.ListSessionEntityTypesRequest, ...) *SessionEntityTypeIterator + func (c *SessionEntityTypesClient) UpdateSessionEntityType(ctx context.Context, req *cxpb.UpdateSessionEntityTypeRequest, ...) (*cxpb.SessionEntityType, error) + type SessionsCallOptions struct + DetectIntent []gax.CallOption + FulfillIntent []gax.CallOption + MatchIntent []gax.CallOption + StreamingDetectIntent []gax.CallOption + type SessionsClient struct + CallOptions *SessionsCallOptions + func NewSessionsClient(ctx context.Context, opts ...option.ClientOption) (*SessionsClient, error) + func (c *SessionsClient) Close() error + func (c *SessionsClient) Connection() *grpc.ClientConn + func (c *SessionsClient) DetectIntent(ctx context.Context, req *cxpb.DetectIntentRequest, opts ...gax.CallOption) (*cxpb.DetectIntentResponse, error) + func (c *SessionsClient) FulfillIntent(ctx context.Context, req *cxpb.FulfillIntentRequest, opts ...gax.CallOption) (*cxpb.FulfillIntentResponse, error) + func (c *SessionsClient) MatchIntent(ctx context.Context, req *cxpb.MatchIntentRequest, opts ...gax.CallOption) (*cxpb.MatchIntentResponse, error) + func (c *SessionsClient) StreamingDetectIntent(ctx context.Context, opts ...gax.CallOption) (cxpb.Sessions_StreamingDetectIntentClient, error) + type TestCaseIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.TestCase, nextPageToken string, err error) + Response interface{} + func (it *TestCaseIterator) Next() (*cxpb.TestCase, error) + func (it *TestCaseIterator) PageInfo() *iterator.PageInfo + type TestCaseResultIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.TestCaseResult, nextPageToken string, err error) + Response interface{} + func (it *TestCaseResultIterator) Next() (*cxpb.TestCaseResult, error) + func (it *TestCaseResultIterator) PageInfo() *iterator.PageInfo + type TestCasesCallOptions struct + BatchDeleteTestCases []gax.CallOption + BatchRunTestCases []gax.CallOption + CalculateCoverage []gax.CallOption + CreateTestCase []gax.CallOption + ExportTestCases []gax.CallOption + GetTestCase []gax.CallOption + GetTestCaseResult []gax.CallOption + ImportTestCases []gax.CallOption + ListTestCaseResults []gax.CallOption + ListTestCases []gax.CallOption + RunTestCase []gax.CallOption + UpdateTestCase []gax.CallOption + type TestCasesClient struct + CallOptions *TestCasesCallOptions + LROClient *lroauto.OperationsClient + func NewTestCasesClient(ctx context.Context, opts ...option.ClientOption) (*TestCasesClient, error) + func (c *TestCasesClient) BatchDeleteTestCases(ctx context.Context, req *cxpb.BatchDeleteTestCasesRequest, ...) error + func (c *TestCasesClient) BatchRunTestCases(ctx context.Context, req *cxpb.BatchRunTestCasesRequest, ...) (*BatchRunTestCasesOperation, error) + func (c *TestCasesClient) BatchRunTestCasesOperation(name string) *BatchRunTestCasesOperation + func (c *TestCasesClient) CalculateCoverage(ctx context.Context, req *cxpb.CalculateCoverageRequest, ...) (*cxpb.CalculateCoverageResponse, error) + func (c *TestCasesClient) Close() error + func (c *TestCasesClient) Connection() *grpc.ClientConn + func (c *TestCasesClient) CreateTestCase(ctx context.Context, req *cxpb.CreateTestCaseRequest, opts ...gax.CallOption) (*cxpb.TestCase, error) + func (c *TestCasesClient) ExportTestCases(ctx context.Context, req *cxpb.ExportTestCasesRequest, opts ...gax.CallOption) (*ExportTestCasesOperation, error) + func (c *TestCasesClient) ExportTestCasesOperation(name string) *ExportTestCasesOperation + func (c *TestCasesClient) GetTestCase(ctx context.Context, req *cxpb.GetTestCaseRequest, opts ...gax.CallOption) (*cxpb.TestCase, error) + func (c *TestCasesClient) GetTestCaseResult(ctx context.Context, req *cxpb.GetTestCaseResultRequest, ...) (*cxpb.TestCaseResult, error) + func (c *TestCasesClient) ImportTestCases(ctx context.Context, req *cxpb.ImportTestCasesRequest, opts ...gax.CallOption) (*ImportTestCasesOperation, error) + func (c *TestCasesClient) ImportTestCasesOperation(name string) *ImportTestCasesOperation + func (c *TestCasesClient) ListTestCaseResults(ctx context.Context, req *cxpb.ListTestCaseResultsRequest, ...) *TestCaseResultIterator + func (c *TestCasesClient) ListTestCases(ctx context.Context, req *cxpb.ListTestCasesRequest, opts ...gax.CallOption) *TestCaseIterator + func (c *TestCasesClient) RunTestCase(ctx context.Context, req *cxpb.RunTestCaseRequest, opts ...gax.CallOption) (*RunTestCaseOperation, error) + func (c *TestCasesClient) RunTestCaseOperation(name string) *RunTestCaseOperation + func (c *TestCasesClient) UpdateTestCase(ctx context.Context, req *cxpb.UpdateTestCaseRequest, opts ...gax.CallOption) (*cxpb.TestCase, error) + type TrainFlowOperation struct + func (op *TrainFlowOperation) Done() bool + func (op *TrainFlowOperation) Metadata() (*structpb.Struct, error) + func (op *TrainFlowOperation) Name() string + func (op *TrainFlowOperation) Poll(ctx context.Context, opts ...gax.CallOption) error + func (op *TrainFlowOperation) Wait(ctx context.Context, opts ...gax.CallOption) error + type TransitionRouteGroupIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.TransitionRouteGroup, nextPageToken string, err error) + Response interface{} + func (it *TransitionRouteGroupIterator) Next() (*cxpb.TransitionRouteGroup, error) + func (it *TransitionRouteGroupIterator) PageInfo() *iterator.PageInfo + type TransitionRouteGroupsCallOptions struct + CreateTransitionRouteGroup []gax.CallOption + DeleteTransitionRouteGroup []gax.CallOption + GetTransitionRouteGroup []gax.CallOption + ListTransitionRouteGroups []gax.CallOption + UpdateTransitionRouteGroup []gax.CallOption + type TransitionRouteGroupsClient struct + CallOptions *TransitionRouteGroupsCallOptions + func NewTransitionRouteGroupsClient(ctx context.Context, opts ...option.ClientOption) (*TransitionRouteGroupsClient, error) + func (c *TransitionRouteGroupsClient) Close() error + func (c *TransitionRouteGroupsClient) Connection() *grpc.ClientConn + func (c *TransitionRouteGroupsClient) CreateTransitionRouteGroup(ctx context.Context, req *cxpb.CreateTransitionRouteGroupRequest, ...) (*cxpb.TransitionRouteGroup, error) + func (c *TransitionRouteGroupsClient) DeleteTransitionRouteGroup(ctx context.Context, req *cxpb.DeleteTransitionRouteGroupRequest, ...) error + func (c *TransitionRouteGroupsClient) GetTransitionRouteGroup(ctx context.Context, req *cxpb.GetTransitionRouteGroupRequest, ...) (*cxpb.TransitionRouteGroup, error) + func (c *TransitionRouteGroupsClient) ListTransitionRouteGroups(ctx context.Context, req *cxpb.ListTransitionRouteGroupsRequest, ...) *TransitionRouteGroupIterator + func (c *TransitionRouteGroupsClient) UpdateTransitionRouteGroup(ctx context.Context, req *cxpb.UpdateTransitionRouteGroupRequest, ...) (*cxpb.TransitionRouteGroup, error) + type UpdateEnvironmentOperation struct + func (op *UpdateEnvironmentOperation) Done() bool + func (op *UpdateEnvironmentOperation) Metadata() (*structpb.Struct, error) + func (op *UpdateEnvironmentOperation) Name() string + func (op *UpdateEnvironmentOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*cxpb.Environment, error) + func (op *UpdateEnvironmentOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*cxpb.Environment, error) + type VersionIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.Version, nextPageToken string, err error) + Response interface{} + func (it *VersionIterator) Next() (*cxpb.Version, error) + func (it *VersionIterator) PageInfo() *iterator.PageInfo + type VersionsCallOptions struct + CreateVersion []gax.CallOption + DeleteVersion []gax.CallOption + GetVersion []gax.CallOption + ListVersions []gax.CallOption + LoadVersion []gax.CallOption + UpdateVersion []gax.CallOption + type VersionsClient struct + CallOptions *VersionsCallOptions + LROClient *lroauto.OperationsClient + func NewVersionsClient(ctx context.Context, opts ...option.ClientOption) (*VersionsClient, error) + func (c *VersionsClient) Close() error + func (c *VersionsClient) Connection() *grpc.ClientConn + func (c *VersionsClient) CreateVersion(ctx context.Context, req *cxpb.CreateVersionRequest, opts ...gax.CallOption) (*CreateVersionOperation, error) + func (c *VersionsClient) CreateVersionOperation(name string) *CreateVersionOperation + func (c *VersionsClient) DeleteVersion(ctx context.Context, req *cxpb.DeleteVersionRequest, opts ...gax.CallOption) error + func (c *VersionsClient) GetVersion(ctx context.Context, req *cxpb.GetVersionRequest, opts ...gax.CallOption) (*cxpb.Version, error) + func (c *VersionsClient) ListVersions(ctx context.Context, req *cxpb.ListVersionsRequest, opts ...gax.CallOption) *VersionIterator + func (c *VersionsClient) LoadVersion(ctx context.Context, req *cxpb.LoadVersionRequest, opts ...gax.CallOption) (*LoadVersionOperation, error) + func (c *VersionsClient) LoadVersionOperation(name string) *LoadVersionOperation + func (c *VersionsClient) UpdateVersion(ctx context.Context, req *cxpb.UpdateVersionRequest, opts ...gax.CallOption) (*cxpb.Version, error) + type WebhookIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*cxpb.Webhook, nextPageToken string, err error) + Response interface{} + func (it *WebhookIterator) Next() (*cxpb.Webhook, error) + func (it *WebhookIterator) PageInfo() *iterator.PageInfo + type WebhooksCallOptions struct + CreateWebhook []gax.CallOption + DeleteWebhook []gax.CallOption + GetWebhook []gax.CallOption + ListWebhooks []gax.CallOption + UpdateWebhook []gax.CallOption + type WebhooksClient struct + CallOptions *WebhooksCallOptions + func NewWebhooksClient(ctx context.Context, opts ...option.ClientOption) (*WebhooksClient, error) + func (c *WebhooksClient) Close() error + func (c *WebhooksClient) Connection() *grpc.ClientConn + func (c *WebhooksClient) CreateWebhook(ctx context.Context, req *cxpb.CreateWebhookRequest, opts ...gax.CallOption) (*cxpb.Webhook, error) + func (c *WebhooksClient) DeleteWebhook(ctx context.Context, req *cxpb.DeleteWebhookRequest, opts ...gax.CallOption) error + func (c *WebhooksClient) GetWebhook(ctx context.Context, req *cxpb.GetWebhookRequest, opts ...gax.CallOption) (*cxpb.Webhook, error) + func (c *WebhooksClient) ListWebhooks(ctx context.Context, req *cxpb.ListWebhooksRequest, opts ...gax.CallOption) *WebhookIterator + func (c *WebhooksClient) UpdateWebhook(ctx context.Context, req *cxpb.UpdateWebhookRequest, opts ...gax.CallOption) (*cxpb.Webhook, error)