File tree Expand file tree Collapse file tree
google/cloud/dialogflow/cx/v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ java_gapic_library(
100100 rest_numeric_enums = True ,
101101 service_yaml = "dialogflow_v3.yaml" ,
102102 test_deps = [
103- ":cx_java_grpc" ,
104103 "//google/cloud/location:location_java_grpc" ,
104+ ":cx_java_grpc" ,
105105 ],
106106 transport = "grpc+rest" ,
107107 deps = [
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ service Deployments {
5858 }
5959}
6060
61- // Represents an deployment in an environment. A deployment happens when a flow
61+ // Represents a deployment in an environment. A deployment happens when a flow
6262// version configured to be active in the environment. You can configure running
6363// pre-deployment steps, e.g. running validation test cases, experiment
6464// auto-rollout, etc.
Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ message AudioInput {
709709 InputAudioConfig config = 1 [(google.api.field_behavior ) = REQUIRED ];
710710
711711 // The natural language speech audio to be processed.
712- // A single request can contain up to 1 minute of speech audio data.
712+ // A single request can contain up to 2 minutes of speech audio data.
713713 // The [transcribed
714714 // text][google.cloud.dialogflow.cx.v3.QueryResult.transcript] cannot contain
715715 // more than 256 bytes.
You can’t perform that action at this time.
0 commit comments