Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2-rev20260716-2.0.0</version>
<version>v2-rev20260808-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20260716-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20260808-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public final class GoogleCloudDialogflowCxV3Fulfillment extends com.google.api.c
@com.google.api.client.util.Key
private GoogleCloudDialogflowCxV3AdvancedSettings advancedSettings;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String codeBlockFunction;

/**
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -98,6 +104,21 @@ public GoogleCloudDialogflowCxV3Fulfillment setAdvancedSettings(GoogleCloudDialo
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.String getCodeBlockFunction() {
return codeBlockFunction;
}

/**
* @param codeBlockFunction codeBlockFunction or {@code null} for none
*/
public GoogleCloudDialogflowCxV3Fulfillment setCodeBlockFunction(java.lang.String codeBlockFunction) {
this.codeBlockFunction = codeBlockFunction;
return this;
}

/**
* @return value or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public final class GoogleCloudDialogflowCxV3beta1Fulfillment extends com.google.
@com.google.api.client.util.Key
private GoogleCloudDialogflowCxV3beta1AdvancedSettings advancedSettings;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String codeBlockFunction;

/**
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -98,6 +104,21 @@ public GoogleCloudDialogflowCxV3beta1Fulfillment setAdvancedSettings(GoogleCloud
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.String getCodeBlockFunction() {
return codeBlockFunction;
}

/**
* @param codeBlockFunction codeBlockFunction or {@code null} for none
*/
public GoogleCloudDialogflowCxV3beta1Fulfillment setCodeBlockFunction(java.lang.String codeBlockFunction) {
this.codeBlockFunction = codeBlockFunction;
return this;
}

/**
* @return value or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@ public final class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGeneratio
@com.google.api.client.util.Key
private java.lang.Integer promptTokenCount;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Float similarityToLastQuery;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Float similarityToLastQueryThreshold;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer thinkingBudgetTokens;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String thinkingLevel;

/**
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -77,6 +101,66 @@ public GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo s
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Float getSimilarityToLastQuery() {
return similarityToLastQuery;
}

/**
* @param similarityToLastQuery similarityToLastQuery or {@code null} for none
*/
public GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo setSimilarityToLastQuery(java.lang.Float similarityToLastQuery) {
this.similarityToLastQuery = similarityToLastQuery;
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Float getSimilarityToLastQueryThreshold() {
return similarityToLastQueryThreshold;
}

/**
* @param similarityToLastQueryThreshold similarityToLastQueryThreshold or {@code null} for none
*/
public GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo setSimilarityToLastQueryThreshold(java.lang.Float similarityToLastQueryThreshold) {
this.similarityToLastQueryThreshold = similarityToLastQueryThreshold;
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Integer getThinkingBudgetTokens() {
return thinkingBudgetTokens;
}

/**
* @param thinkingBudgetTokens thinkingBudgetTokens or {@code null} for none
*/
public GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo setThinkingBudgetTokens(java.lang.Integer thinkingBudgetTokens) {
this.thinkingBudgetTokens = thinkingBudgetTokens;
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.String getThinkingLevel() {
return thinkingLevel;
}

/**
* @param thinkingLevel thinkingLevel or {@code null} for none
*/
public GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo setThinkingLevel(java.lang.String thinkingLevel) {
this.thinkingLevel = thinkingLevel;
return this;
}

/**
* @return value or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,30 @@ public final class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGene
@com.google.api.client.util.Key
private java.lang.Integer promptTokenCount;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Float similarityToLastQuery;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Float similarityToLastQueryThreshold;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer thinkingBudgetTokens;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String thinkingLevel;

/**
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -78,6 +102,66 @@ public GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugI
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Float getSimilarityToLastQuery() {
return similarityToLastQuery;
}

/**
* @param similarityToLastQuery similarityToLastQuery or {@code null} for none
*/
public GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo setSimilarityToLastQuery(java.lang.Float similarityToLastQuery) {
this.similarityToLastQuery = similarityToLastQuery;
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Float getSimilarityToLastQueryThreshold() {
return similarityToLastQueryThreshold;
}

/**
* @param similarityToLastQueryThreshold similarityToLastQueryThreshold or {@code null} for none
*/
public GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo setSimilarityToLastQueryThreshold(java.lang.Float similarityToLastQueryThreshold) {
this.similarityToLastQueryThreshold = similarityToLastQueryThreshold;
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Integer getThinkingBudgetTokens() {
return thinkingBudgetTokens;
}

/**
* @param thinkingBudgetTokens thinkingBudgetTokens or {@code null} for none
*/
public GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo setThinkingBudgetTokens(java.lang.Integer thinkingBudgetTokens) {
this.thinkingBudgetTokens = thinkingBudgetTokens;
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.String getThinkingLevel() {
return thinkingLevel;
}

/**
* @param thinkingLevel thinkingLevel or {@code null} for none
*/
public GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo setThinkingLevel(java.lang.String thinkingLevel) {
this.thinkingLevel = thinkingLevel;
return this;
}

/**
* @return value or {@code null} for none
*/
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2-rev20260716-2.0.0</version>
<name>Dialogflow API v2-rev20260716-2.0.0</name>
<version>v2-rev20260808-2.0.0</version>
<name>Dialogflow API v2-rev20260808-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2-rev20260716-2.0.0</version>
<version>v2-rev20260808-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20260716-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20260808-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2beta1-rev20260716-2.0.0</version>
<version>v2beta1-rev20260808-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20260716-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20260808-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public final class GoogleCloudDialogflowCxV3Fulfillment extends com.google.api.c
@com.google.api.client.util.Key
private GoogleCloudDialogflowCxV3AdvancedSettings advancedSettings;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String codeBlockFunction;

/**
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -98,6 +104,21 @@ public GoogleCloudDialogflowCxV3Fulfillment setAdvancedSettings(GoogleCloudDialo
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.String getCodeBlockFunction() {
return codeBlockFunction;
}

/**
* @param codeBlockFunction codeBlockFunction or {@code null} for none
*/
public GoogleCloudDialogflowCxV3Fulfillment setCodeBlockFunction(java.lang.String codeBlockFunction) {
this.codeBlockFunction = codeBlockFunction;
return this;
}

/**
* @return value or {@code null} for none
*/
Expand Down
Loading
Loading